diff options
Diffstat (limited to 'security/gag/files/patch-Makefile')
-rw-r--r-- | security/gag/files/patch-Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/security/gag/files/patch-Makefile b/security/gag/files/patch-Makefile index fae7cfcbeb9d..e4bf647e6c48 100644 --- a/security/gag/files/patch-Makefile +++ b/security/gag/files/patch-Makefile @@ -1,5 +1,5 @@ --- Makefile.orig Mon Jan 10 13:13:12 2000 -+++ Makefile Sun Feb 13 17:41:35 2000 ++++ Makefile Mon May 12 15:15:36 2003 @@ -1,7 +1,7 @@ -CFLAGS= +#CFLAGS= @@ -10,3 +10,12 @@ default: @clear +@@ -11,7 +11,7 @@ + @echo "to suit your operating system, then use 'make gag'" + + gag: gag.o +- $(CC) -o gag gag.c $(LIBS) ++ $(CC) -o gag gag.o $(LIBS) + + # This assumes the source is in a directory named "sickenscan". + tar: sickenscan.tar |