From aa7816f6d8af722135218f0d548d8f43bee4abde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20Gullik=20Bj=C3=B8nnes?= Date: Wed, 5 Jan 2005 10:07:32 +0000 Subject: [PATCH] improve trick to avoid touching a lot of unneeded files git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9427 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt2/ChangeLog | 5 +++++ src/frontends/qt2/ui/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/frontends/qt2/ChangeLog b/src/frontends/qt2/ChangeLog index 4bcc46e19d..de8228a1a0 100644 --- a/src/frontends/qt2/ChangeLog +++ b/src/frontends/qt2/ChangeLog @@ -1,3 +1,8 @@ +2005-01-05 Lars Gullik Bjonnes + + * ui/Makefile.am (libqt2ui_la_LINK): Improve the trick to avoid + relink or lib all the time. + 2005-01-04 Jürgen Spitzmüller * QExternal.C: store all float/double values as strings. diff --git a/src/frontends/qt2/ui/Makefile.am b/src/frontends/qt2/ui/Makefile.am index 4c041e0dc4..df90a3d1bd 100644 --- a/src/frontends/qt2/ui/Makefile.am +++ b/src/frontends/qt2/ui/Makefile.am @@ -22,7 +22,7 @@ noinst_LTLIBRARIES = libqt2ui.la nodist_libqt2ui_la_SOURCES = $(UIFILES:.ui=.h) $(UIFILES:.ui=.C) # The trick. -libqt2ui_la_LINK = touch libqt2ui.la +libqt2ui_la_LINK = touch libqt2ui.la ; echo # Use _() for localization instead of tr() or trUtf8() UICFLAGS=-tr qt_