diff options
Diffstat (limited to 'shells/esh/files/patch-aa')
-rw-r--r-- | shells/esh/files/patch-aa | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/shells/esh/files/patch-aa b/shells/esh/files/patch-aa index 55f71d4607d9..929c57246373 100644 --- a/shells/esh/files/patch-aa +++ b/shells/esh/files/patch-aa @@ -1,19 +1,21 @@ ---- Makefile.orig Thu May 20 14:08:23 1999 -+++ Makefile Thu May 20 14:10:30 1999 -@@ -1,8 +1,3 @@ -- --# Your C compiler. -- +--- Makefile.orig Wed Feb 6 16:23:28 2002 ++++ Makefile Wed Feb 6 16:23:51 2002 +@@ -1,7 +1,7 @@ + + # Your C compiler. + -CC=gcc -- ++#CC=gcc + # Where your readline library is. - # You can compile with a hacked replacement of readline instead by - # doing this: -@@ -18,7 +13,7 @@ + # You can compile with a "gets()" replacement instead. +@@ -19,7 +19,8 @@ # -DMEM_DEBUG Check for memory leaks. # --CFLAGS=-g -Wall -DMEM_DEBUG $(INC) -pg -+CFLAGS+=$(INC) +-CFLAGS=-g -Wall -DMEM_DEBUG $(INC) ++#CFLAGS=-g -Wall -DMEM_DEBUG $(INC) ++CFLAGS+= $(INC) # No need to change this stuff. + |