small update to test and auto var

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8799 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2004-06-02 14:39:35 +00:00
parent d97d081155
commit 12d8e9b6eb
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2004-06-02 Lars Gullik Bjønnes <larsbj@lyx.org>
* forms/Makefile.am (.fd.C): Use '-r' to test for file existence,
and use $(<F) instead of `basename $<`
2004-06-01 Angus Leeming <leeming@lyx.org>
* LayoutEngine.C (c-tor): initialize visible_ as false.

View File

@ -63,5 +63,5 @@ SCRIPT = $(srcdir)/fdfix.sh
SUFFIX = .fd
.fd.C: $(srcdir)/fdfix.sh $(srcdir)/fdfix[ch].sed $(srcdir)/tmp_str.sed
{ [ $(srcdir) != . ] && [ ! -a $(<F) ] && $(LN_S) $< . ; } || true
$(SHELL) $(SCRIPT) `basename $<`
{ [ $(srcdir) != . ] && [ ! -r $(<F) ] && $(LN_S) $< . ; } || true
$(SHELL) $(SCRIPT) $(<F)