diff options
Diffstat (limited to 'games/smiley/files/patch-Makefile')
-rw-r--r-- | games/smiley/files/patch-Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/games/smiley/files/patch-Makefile b/games/smiley/files/patch-Makefile new file mode 100644 index 000000000000..5c5adfc134b2 --- /dev/null +++ b/games/smiley/files/patch-Makefile @@ -0,0 +1,23 @@ +*** Makefile.orig Mon Nov 29 13:03:11 1993 +--- Makefile Sun Dec 16 10:44:42 2001 +*************** +*** 32,40 **** + ltoa.o \ + smiley.o + +! CFLAGS = -O + +! LDFLAGS = -s + + all: $(TARGET) + +--- 32,40 ---- + ltoa.o \ + smiley.o + +! CFLAGS = %CFLAGS% + +! LDFLAGS = + + all: $(TARGET) + |