summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu.herrb@laas.fr>2005-07-14 20:59:48 +0000
committerMatthieu Herrb <matthieu.herrb@laas.fr>2005-07-14 20:59:48 +0000
commitec144c204d5a94f13e472af21e3970e68171beae (patch)
tree591cfc63bb8234d1165df4df9eab1012365b875a
parentc234aba48a96ff7b63841227ba62abb821306231 (diff)
build fix for non-GNU make
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 6ce1c02..3ce0f9f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,7 +24,7 @@ bin_SCRIPTS = mkfontdir
dist_man1_MANS = mkfontdir.man
mkfontdir: mkfontdir.cpp
- $(SED) s,BINDIR,`echo $(MKFONTSCALE) | $(SED) s,/[^/]*$$,,`, < $< | $(SED) s/XCOMM/\#/ > $@
+ $(SED) s,BINDIR,`echo $(MKFONTSCALE) | $(SED) s,/[^/]*$$,,`, < mkfontdir.cpp | $(SED) s/XCOMM/\#/ > $@
EXTRA_DIST = mkfontdir.cpp
CLEANFILES = $(bin_SCRIPTS)