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
This commit is contained in:
Lars Gullik Bjønnes 2005-01-05 10:07:32 +00:00
parent cbd48ca779
commit aa7816f6d8
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-01-05 Lars Gullik Bjonnes <larsbj@gullik.net>
* ui/Makefile.am (libqt2ui_la_LINK): Improve the trick to avoid
relink or lib all the time.
2005-01-04 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
* QExternal.C: store all float/double values as strings.

View File

@ -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_