summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu.herrb@laas.fr>2005-07-14 20:59:48 +0000
committerAlan Coopersmith <alan.coopersmith@oracle.com>2019-02-18 17:46:10 -0800
commita8341c3f17050b253a9f55aba76f1d8437165c26 (patch)
treee1e370b6f97d121954b8786ab6d0bfd61cddbdd4
parentfa554ab53809943cb141e07687c96364d91e3f9c (diff)
mkfontdir: 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 a589208..194ccc2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,7 +26,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)