summaryrefslogtreecommitdiff
path: root/shells/esh/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'shells/esh/patches/patch-aa')
-rw-r--r--shells/esh/patches/patch-aa12
1 files changed, 10 insertions, 2 deletions
diff --git a/shells/esh/patches/patch-aa b/shells/esh/patches/patch-aa
index f975c66fc16..45c18b50f72 100644
--- a/shells/esh/patches/patch-aa
+++ b/shells/esh/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.2 2000/12/08 21:22:14 jtb Exp $
+$NetBSD: patch-aa,v 1.3 2001/03/08 21:26:51 jtb Exp $
--- Makefile.orig Thu Apr 22 08:31:43 1999
+++ Makefile
-@@ -1,17 +1,17 @@
+@@ -1,24 +1,24 @@
# Your C compiler.
@@ -25,3 +25,11 @@ $NetBSD: patch-aa,v 1.2 2000/12/08 21:22:14 jtb Exp $
# Flags to the compiler:
#
+ # -DMEM_DEBUG Check for memory leaks.
+ #
+
+-CFLAGS=-g -Wall -DMEM_DEBUG $(INC) -pg
++CFLAGS+=-Wall $(INC)
+
+ # No need to change this stuff.
+