diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-01-11 04:13:25 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-01-11 04:13:25 +0000 |
| commit | a3f1de88b2c5a6237d5f42c6b9b608badd74c3ac (patch) | |
| tree | 9920b9fc9a5944fc2a59959062fc4bec26e6b3b3 /gnu/usr.bin | |
| parent | df13e7f694c50948c489abf4b3e2afe2d9be5ad7 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/cc/cc_tools/Makefile | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/Makefile b/gnu/usr.bin/cc/cc_tools/Makefile index 93d9038b0d203..6fd2add264ef6 100644 --- a/gnu/usr.bin/cc/cc_tools/Makefile +++ b/gnu/usr.bin/cc/cc_tools/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.3 1997/02/22 15:44:58 peter Exp $ +# $Id: Makefile,v 1.4 1997/10/05 09:39:07 jkh Exp $ # # @@ -131,24 +131,24 @@ beforedepend: ${BINFORMAT} aout: @rm -f elf - echo '#include "i386/freebsd.h"' > tm.h - echo '#include "i386/xm-freebsd.h"' > config.h - echo '#include "i386/xm-freebsd.h"' > hconfig.h - echo '#include "i386/xm-freebsd.h"' > tconfig.h - echo '#include "cp/lang-options.h"' > options.h - echo '#include "cp/lang-specs.h"' > specs.h - echo '#include "f2c-specs.h"' >> specs.h + echo '#include "${MACHINE}/freebsd.h"' > tm.h + echo '#include "${MACHINE}/xm-freebsd.h"' > config.h + echo '#include "${MACHINE}/xm-freebsd.h"' > hconfig.h + echo '#include "${MACHINE}/xm-freebsd.h"' > tconfig.h + echo '#include "cp/lang-options.h"' > options.h + echo '#include "cp/lang-specs.h"' > specs.h + echo '#include "f2c-specs.h"' >> specs.h @touch aout elf: @rm -f aout - echo '#include "i386/freebsd-elf.h"' > tm.h - echo '#include "i386/xm-freebsd.h"' > config.h - echo '#include "i386/xm-freebsd.h"' > hconfig.h - echo '#include "i386/xm-freebsd.h"' > tconfig.h - echo '#include "cp/lang-options.h"' > options.h - echo '#include "cp/lang-specs.h"' > specs.h - echo '#include "f2c-specs.h"' >> specs.h + echo '#include "${MACHINE}/freebsd-elf.h"' > tm.h + echo '#include "${MACHINE}/xm-freebsd.h"' > config.h + echo '#include "${MACHINE}/xm-freebsd.h"' > hconfig.h + echo '#include "${MACHINE}/xm-freebsd.h"' > tconfig.h + echo '#include "cp/lang-options.h"' > options.h + echo '#include "cp/lang-specs.h"' > specs.h + echo '#include "f2c-specs.h"' >> specs.h @touch elf CLEANFILES+= config.h hconfig.h tconfig.h tm.h options.h specs.h elf aout |
