mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 18:24:48 +00:00
Use 'standard' make syntax rather than gnu-isms.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8188 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
812bdb1b36
commit
f1b4163300
@ -62,7 +62,7 @@ libfdesign_la_LINK = touch libfdesign.la
|
|||||||
# These are used to generate the .[Ch] files from the .fd ones.
|
# These are used to generate the .[Ch] files from the .fd ones.
|
||||||
SHELL = /bin/sh
|
SHELL = /bin/sh
|
||||||
SCRIPT = $(srcdir)/fdfix.sh
|
SCRIPT = $(srcdir)/fdfix.sh
|
||||||
SUFFIXES = .fd
|
SUFFIX = .fd
|
||||||
|
|
||||||
%.C: %.fd $(srcdir)/fdfix.sh $(srcdir)/fdfix[ch].sed $(srcdir)/tmp_str.sed
|
.fd.C: $(srcdir)/fdfix.sh $(srcdir)/fdfix[ch].sed $(srcdir)/tmp_str.sed
|
||||||
$(SHELL) $(SCRIPT) $<
|
$(SHELL) $(SCRIPT) $<
|
||||||
|
Loading…
Reference in New Issue
Block a user