diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-06-24 04:26:21 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-06-24 04:26:21 +0000 |
| commit | cd9a2f5c280b40222d21ca68b5b0962ff712d6cf (patch) | |
| tree | dc80da53186aab7c56424c2574b0cd7928930721 /gnu/usr.bin/as | |
| parent | 2388d5d1cef849c6482878f223517c38456feecf (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/as')
| -rw-r--r-- | gnu/usr.bin/as/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/usr.bin/as/Makefile b/gnu/usr.bin/as/Makefile index 50e4ac8cad08..908501d5edba 100644 --- a/gnu/usr.bin/as/Makefile +++ b/gnu/usr.bin/as/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 6.1 (Berkeley) 3/3/91 -# $Id: Makefile,v 1.8 1995/05/30 04:45:55 rgrimes Exp $ +# $Id: Makefile,v 1.9 1995/09/22 14:14:12 phk Exp $ .include "config/Makefile.$(MACHINE)" @@ -13,9 +13,7 @@ gas_target=$(MACHINE) gas_objformat=aout .endif -.if exists(${.CURDIR}/obj) -ADDINCLUDE=-I${.CURDIR}/obj -.endif +ADDINCLUDE=-I${.OBJDIR} PROG= as SRCS+= app.c as.c atof-generic.c bignum-copy.c \ |
