summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-02 18:19:54 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-02 18:19:54 +0000
commitfc6248859c29dbe39a9d9c9926a36ecb6b4693ed (patch)
tree39fbbdb741b52e5cde83efc89be931651deafb7e
parentd92e1e3b3b93108708d96968b938a151c3c550e0 (diff)
Add explicit all-local targets so Solaris make can build, since it won't
recursively follow the implicit targets (.bdf -> -ISO-8859-1.bdf -> pcf.gz) Fix a couple of remaining GNU-make-isms
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 074ba7e..b2abef4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -186,7 +186,7 @@ SUFFIXES = .bdf .pcf.gz t.bdf \
@rm -f $@
$(UCS2ANY) $^ $(UTIL_DIR)/map-KOI8-R KOI8-R
-$(TRUNC_PCF_FILES): %.pcf.gz: %t.bdf
+t.bdf.pcf.gz:
@rm -f $@
$(BDFTOPCF) -t $^ | gzip > $@
@@ -226,6 +226,8 @@ CLEANFILES = $(font_DATA) $(TRUNC_BDF_FILES) $(BUILT_BDF_FILES)
EXTRA_DIST = $(BDF_FILES) autogen.sh
+all-local: $(BUILT_BDF_FILES) $(font_DATA)
+
install-data-hook:
@rm -f $(DESTDIR)$(fontdir)/fonts.scale
$(MKFONTSCALE) $(DESTDIR)$(fontdir)