diff options
Diffstat (limited to 'net/maradns/files/patch-utf8-Makefile')
-rw-r--r-- | net/maradns/files/patch-utf8-Makefile | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/net/maradns/files/patch-utf8-Makefile b/net/maradns/files/patch-utf8-Makefile index 367b07f..eceeaba 100644 --- a/net/maradns/files/patch-utf8-Makefile +++ b/net/maradns/files/patch-utf8-Makefile @@ -1,5 +1,5 @@ ---- utf8/Makefile.old Sat May 26 19:36:51 2001 -+++ utf8/Makefile Sat May 26 19:36:58 2001 +--- utf8/Makefile.orig Wed Jun 20 19:33:48 2001 ++++ utf8/Makefile Mon Jun 25 00:46:08 2001 @@ -5,7 +5,7 @@ EXECS=utf8test @@ -9,3 +9,14 @@ all: $(EXECS) +@@ -13,8 +13,8 @@ + rm -f $(OBJECTS) core $(EXECS) + + Utf8.o: Utf8.c ../libs/JessStr.h ../libs/MaraHash.h ../MaraDns.h +- gcc -c $(FLAGS) -o Utf8.o Utf8.c ++ $(CC) -c $(FLAGS) -o Utf8.o Utf8.c + + utf8test: utf8test.c $(OBJECTS) +- gcc $(FLAGS) -o utf8test utf8test.c $(OBJECTS) ++ $(CC) $(FLAGS) -o utf8test utf8test.c $(OBJECTS) + |