diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1999-04-04 17:11:00 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-04-04 17:11:00 +0000 |
| commit | 07872b08c424d4840eaa03f59df0ac479bd80e99 (patch) | |
| tree | 849cb2da7a36d035ee8bfa43f43ca20ebc19d308 | |
| parent | 983098e0c9754ab55cf9ef29131b6d2f011cd590 (diff) | |
Notes
| -rw-r--r-- | gnu/usr.bin/cc/Makefile.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/usr.bin/cc/Makefile.inc b/gnu/usr.bin/cc/Makefile.inc index 99d3722d3adf..bc7d8113ede6 100644 --- a/gnu/usr.bin/cc/Makefile.inc +++ b/gnu/usr.bin/cc/Makefile.inc @@ -1,5 +1,5 @@ # -# $Id: Makefile.inc,v 1.28 1999/03/10 09:04:18 obrien Exp $ +# $Id: Makefile.inc,v 1.26 1999/04/04 16:36:31 obrien Exp $ # # Sometimes this is .include'd several times... @@ -48,9 +48,8 @@ CFLAGS+= -DHAIFA .if exists(${.OBJDIR}/../cc_tools) CFLAGS+= -I${.OBJDIR}/../cc_tools -.else -CFLAGS+= -I${.CURDIR}/../cc_tools .endif +CFLAGS+= -I${.CURDIR}/../cc_tools .if exists(${.OBJDIR}/../cc_int) LIBDESTDIR= ${.OBJDIR}/../cc_int |
