From e4053179db7728d882d33f6937462110579e750b Mon Sep 17 00:00:00 2001 From: kevlo Date: Wed, 30 May 2001 02:24:02 +0000 Subject: [PATCH] fix ttfm's Makefile. Our make has never supported this gmake-ism. -- Informed by naddy@ --- chinese/ttfm/patches/patch-Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 chinese/ttfm/patches/patch-Makefile diff --git a/chinese/ttfm/patches/patch-Makefile b/chinese/ttfm/patches/patch-Makefile new file mode 100644 index 00000000000..b4a16819fbf --- /dev/null +++ b/chinese/ttfm/patches/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.orig Sat Dec 16 18:56:41 2000 ++++ Makefile Wed May 30 10:16:06 2001 +@@ -20,7 +20,7 @@ + -install -m 755 modules/xttfm.ttfm $(prefix)/share/fonts/install/ + + ttfinfo: ttfinfo.o +- $(CC) -o $@ $< $(LDFALGS) $? ++ $(CC) -o $@ $(LDFALGS) $? + + ttfinfo.o: ttfinfo.c panose.h ttos2val.h +