summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2005-11-24 05:21:16 +0000
committerEric Anholt <anholt@freebsd.org>2005-11-24 05:21:16 +0000
commitc624beab019f8436652653bda0d3e49ce701cb45 (patch)
tree296a50234981a750f20e60d5a17aad3051d68e13
parent22ff23f93062d3b8dba05a2ae894f67226b33942 (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 e4d6fb0..31da779 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,7 +36,7 @@ SUFFIXES = .bdf .pcf.gz
.bdf.pcf.gz:
@rm -f $@
- $(BDFTOPCF) -t $^ | gzip > $@
+ $(BDFTOPCF) -t $< | gzip > $@
fontdir = @FONTDIR@
font_DATA = $(PCF_FILES)