diff options
author | 1996-02-18 06:22:17 +0000 | |
---|---|---|
committer | 1996-02-18 06:22:17 +0000 | |
commit | 84d0de72550a40e8ba2cf20fdb1c5c3c63fefb5c (patch) | |
tree | 299c0af5fa11c99b8b6848f4036e1d798f300e89 | |
parent | Add another PCI vendor / product (diff) | |
download | wireguard-openbsd-84d0de72550a40e8ba2cf20fdb1c5c3c63fefb5c.tar.xz wireguard-openbsd-84d0de72550a40e8ba2cf20fdb1c5c3c63fefb5c.zip |
More files to shred for cleandir.
-rw-r--r-- | gnu/usr.bin/gcc/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gcc/Makefile.bsd-wrapper b/gnu/usr.bin/gcc/Makefile.bsd-wrapper index fc3c3664ada..ce7ae42a73e 100644 --- a/gnu/usr.bin/gcc/Makefile.bsd-wrapper +++ b/gnu/usr.bin/gcc/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $Id: Makefile.bsd-wrapper,v 1.8 1996/02/17 07:32:28 etheisen Exp $ +# $Id: Makefile.bsd-wrapper,v 1.9 1996/02/18 06:22:17 etheisen Exp $ MAN= cccp.1 gcc.1 cp/g++.1 MLINKS+= gcc.1 cc.1 @@ -9,7 +9,7 @@ GPP_INC_DIR= /usr/include/g++ GNUCFLAGS= CFLAGS="${CFLAGS} -DOPENBSD_NATIVE" CLEANFILES= .gdbinit cp/.gdbinit *.info* bi-parser.c bi-parser.h \ c-parse.c c-parse.h c-parse.y cexp.c cp/parse.c cp/parse.h \ - objc-parse.c + objc-parse.c objc-parse.y all: config.status ${MAKE} ${GNUCFLAGS} BISON=yacc LDFLAGS=${LDSTATIC} |