diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-03-06 13:13:15 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-03-06 13:13:15 +0000 |
| commit | dab4b2f3478e62aab5f513a39c8b3aaa9bdf7068 (patch) | |
| tree | 2bcaf2e45991cbe729f49ce54daec9155014451c /gnu/usr.bin | |
| parent | 651ae11e2ff4890e0e41235ba168f925886e837d (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -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 d86c0252142de..4e25646d63748 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$ +# $Id: Makefile,v 1.12 1997/02/22 15:43:22 peter Exp $ .include "config/Makefile.$(MACHINE)" @@ -21,7 +21,7 @@ SRCS+= app.c as.c atof-generic.c bignum-copy.c \ frags.c hash.c hex-value.c input-file.c input-scrub.c \ listing.c messages.c obstack.c output-file.c read.c subsegs.c \ symbols.c version.c write.c xmalloc.c xrealloc.c \ - obj-$(gas_objformat).c + obj-$(gas_objformat).c ${CONF_HEADERS} CFLAGS+= -I$(.CURDIR) ${ADDINCLUDE} -I$(.CURDIR)/config \ -DOLD_GAS -DSIGTY=void -Derror=as_fatal \ -DSUB_SEGMENT_ALIGN=4 -DFREEBSD_AOUT @@ -32,8 +32,6 @@ CONF_HEADERS= targ-cpu.h obj-format.h host.h targ-env.h SUBDIR+= doc -beforedepend ${PROG}: ${CONF_HEADERS} - targ-cpu.h: Makefile config/Makefile.$(MACHINE) $(.CURDIR)/config/tc-$(gas_target).h @cmp -s $(.CURDIR)/config/tc-$(gas_target).h targ-cpu.h || \ ( ${ECHO} "updating ${.TARGET}..." ; /bin/rm -f targ-cpu.h ; \ |
