diff options
author | ache <ache@FreeBSD.org> | 1995-03-17 01:05:07 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-03-17 01:05:07 +0000 |
commit | 4800eaa2c925aa6c08f168ac23d3e3e237d2932c (patch) | |
tree | 027e05eada4ab03137b0d44e1a0b360eef373e5e /shells/bash2/files | |
parent | e91f0dee6fbd92dd54d8c076189a2559bcb67c83 (diff) | |
download | FreeBSD-ports-4800eaa2c925aa6c08f168ac23d3e3e237d2932c.zip FreeBSD-ports-4800eaa2c925aa6c08f168ac23d3e3e237d2932c.tar.gz |
Upgrade.
Diffstat (limited to 'shells/bash2/files')
-rw-r--r-- | shells/bash2/files/patch-ab | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/shells/bash2/files/patch-ab b/shells/bash2/files/patch-ab index cdafae8..d41ffcf 100644 --- a/shells/bash2/files/patch-ab +++ b/shells/bash2/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) |