summaryrefslogtreecommitdiff
path: root/shells/bash1/files/patch-ab
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-03-17 01:05:07 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-03-17 01:05:07 +0000
commit534d002999c7d4022ee4db605c1c1caa6054e640 (patch)
tree25c181cf15908f66b3a3d8ea26986dd577d4eaef /shells/bash1/files/patch-ab
parentAdded xlife. (diff)
Upgrade.
Notes
Notes: svn path=/head/; revision=1143
Diffstat (limited to 'shells/bash1/files/patch-ab')
-rw-r--r--shells/bash1/files/patch-ab8
1 files changed, 4 insertions, 4 deletions
diff --git a/shells/bash1/files/patch-ab b/shells/bash1/files/patch-ab
index cdafae8c6662..d41ffcfd88cd 100644
--- a/shells/bash1/files/patch-ab
+++ b/shells/bash1/files/patch-ab
@@ -1,5 +1,5 @@
-*** cpp-Makefile.orig Thu Dec 22 23:36:46 1994
---- cpp-Makefile Fri Dec 30 16:54:09 1994
+*** cpp-Makefile.orig Tue Jan 31 00:48:36 1995
+--- cpp-Makefile Fri Mar 17 03:24:29 1995
***************
*** 138,144 ****
--- 138,148 ----
@@ -51,6 +51,6 @@
+ #ifdef __FreeBSD__
+ LDFLAGS += -s
+ #endif
- CCFLAGS = $(PROFILE_FLAGS) $(CFLAGS) $(SYSTEM_FLAGS) -DSHELL $(ALLOCA_CFLAGS) \
- $(MALLOC_CFLAGS)
+ CCFLAGS = $(PROFILE_FLAGS) $(SYSTEM_FLAGS) -DSHELL $(ALLOCA_CFLAGS) \
+ $(MALLOC_CFLAGS) $(CFLAGS)
CPPFLAGS= -I. -I$(srcdir) -I$(LIBSRC)