diff options
Diffstat (limited to 'lang/wamcc/files/patch-ab')
-rw-r--r-- | lang/wamcc/files/patch-ab | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/lang/wamcc/files/patch-ab b/lang/wamcc/files/patch-ab index 0de56c1bd19a..9f711e114a83 100644 --- a/lang/wamcc/files/patch-ab +++ b/lang/wamcc/files/patch-ab @@ -1,11 +1,8 @@ ---- Builtin/Makefile.orig Fri Dec 23 18:10:02 1994 -+++ Builtin/Makefile Tue Sep 14 04:17:29 1999 -@@ -51,7 +51,7 @@ - - - starter.c: build_starter Makefile +--- Builtin/Makefile.orig Fri Dec 23 10:10:02 1994 ++++ Builtin/Makefile Sat Mar 31 03:02:41 2001 +@@ -18 +18 @@ +-CFLAGS = -O2 -I../src ++CFLAGS = -O -I../src +@@ -54 +54 @@ - build_starter $(BIPS) >starter.c + ./build_starter $(BIPS) >starter.c - - build_starter: build_starter.c - $(CC) $(CFLAGS) $(LFLAGS) -o build_starter build_starter.c |