diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-10-12 21:30:13 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-10-12 21:30:13 +0000 |
commit | c9ee967c90fda8f5b50045580338575a21a6936a (patch) | |
tree | 5fb8fb414f97987e977058b6bb8ebb83ca85a896 /gnu | |
parent | 983c62b0eafe2ccc3f6f1d3fb230306c452a2502 (diff) |
clean better
Diffstat (limited to 'gnu')
-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 2e14c43345e..057a0831787 100644 --- a/gnu/usr.bin/gcc/Makefile.bsd-wrapper +++ b/gnu/usr.bin/gcc/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.17 1996/08/26 21:25:20 niklas Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.18 1996/10/12 21:30:12 niklas Exp $ MAN= cccp.1 gcc.1 cp/g++.1 f/g77.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.y + objc-parse.c objc-parse.y f/.gdbinit f/*.info* all: config.status ${MAKE} ${GNUCFLAGS} BISON=yacc LDFLAGS=${LDSTATIC} \ |