diff options
author | Matthieu Herrb <matthieu.herrb@laas.fr> | 2005-07-14 20:59:48 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu.herrb@laas.fr> | 2005-07-14 20:59:48 +0000 |
commit | ec144c204d5a94f13e472af21e3970e68171beae (patch) | |
tree | 591cfc63bb8234d1165df4df9eab1012365b875a | |
parent | c234aba48a96ff7b63841227ba62abb821306231 (diff) |
build fix for non-GNU make
-rw-r--r-- | Makefile.am | 2 |
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) |