diff options
| author | Warner Losh <imp@FreeBSD.org> | 1999-04-04 20:29:43 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 1999-04-04 20:29:43 +0000 |
| commit | ce34abc1f0a7fee5a184020bb34354d45611c6fc (patch) | |
| tree | 39cadaacd8a9e2901fce11d8fb3fbc5ec73b0c86 | |
| parent | 06b6a8ab984a85ed8e3e53ee69fda2f86a8faf40 (diff) | |
Notes
| -rw-r--r-- | gnu/usr.bin/cc/cc_drv/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/usr.bin/cc/cc_drv/Makefile b/gnu/usr.bin/cc/cc_drv/Makefile index 1388c87a1bff8..ed14c0bd1d15e 100644 --- a/gnu/usr.bin/cc/cc_drv/Makefile +++ b/gnu/usr.bin/cc/cc_drv/Makefile @@ -1,13 +1,11 @@ # -# $Id: Makefile,v 1.2 1999/03/05 04:55:03 obrien Exp $ +# $Id: Makefile,v 1.1 1999/04/04 16:36:34 obrien Exp $ # .include "../Makefile.inc" .PATH: ../cc_tools ${GCCDIR} SRCS= multilib.h choose-temp.c obstack.c prefix.c pexecute.c version.c -# XXX change choose-temp.c to use stock mkstemp() -SRCS+= mkstemp.c CFLAGS+= -DPREFIX=\"/usr\" CFLAGS+= -DIN_GCC |
