summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2005-11-24 05:21:15 +0000
committerEric Anholt <anholt@freebsd.org>2005-11-24 05:21:15 +0000
commit0e4ddadd32aaab00fe59bcb2a093e9d06afc02b2 (patch)
tree209d770a284da2f4f20d12ba3122ac51fa526807
parenta330c5812b4267139a140dc13b9980fe450a9fde (diff)
Bug #5122: Use $< instead of $^ to be portable to FreeBSD's make.
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7c29eb5..cb3166f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-23 Eric Anholt <anholt@FreeBSD.org>
+
+ * Makefile.am:
+ Use $< instead of $^ to be portable to FreeBSD's make.
+
2005-11-15 Kevin E. Martin <kem-at-freedesktop-dot-org>
* Makefile.am:
diff --git a/Makefile.am b/Makefile.am
index 9f04efe..f377964 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -92,7 +92,7 @@ SUFFIXES = .bdf .pcf.gz
.bdf.pcf.gz:
@rm -f $@
- $(BDFTOPCF) -t $^ | gzip > $@
+ $(BDFTOPCF) -t $< | gzip > $@
fontdir = @FONTDIR@
font_DATA = $(PCF_FILES)