summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2005-11-24 05:21:14 +0000
committerEric Anholt <anholt@freebsd.org>2005-11-24 05:21:14 +0000
commit344080b297ddf430d94606b23efae8843a1c99cb (patch)
tree8532dc00a067ca904a39f3a37278e4417bcbca59
parent29b89ea573dc0706ede0d555893eaf52c2016b19 (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 4be3073..7555699 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,7 +28,7 @@ SUFFIXES = .bdf .pcf.gz
.bdf.pcf.gz:
@rm -f $@
- $(BDFTOPCF) -t $^ | gzip > $@
+ $(BDFTOPCF) -t $< | gzip > $@
fontdir = @FONTDIR@
font_DATA = $(PCF_FILES)