diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-06-30 00:59:49 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-06-30 00:59:49 +0000 |
commit | 921e047bab332c12a13da2af4d2bb0ab4a72cba8 (patch) | |
tree | 650435a7877add420f1d1a8ca2725f02458ee933 /gas/mpw-make.in | |
parent | 6f0b87c3298e9ca359198263b39df239af3e6988 (diff) | |
download | gdb-921e047bab332c12a13da2af4d2bb0ab4a72cba8.zip gdb-921e047bab332c12a13da2af4d2bb0ab4a72cba8.tar.gz gdb-921e047bab332c12a13da2af4d2bb0ab4a72cba8.tar.bz2 |
* mpw-make.in (as.c): Compile with C not gC.
(config-stamp): Touch correctly.
(install-only): New target.
(install): Depend on all and install-only.
Diffstat (limited to 'gas/mpw-make.in')
-rw-r--r-- | gas/mpw-make.in | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/gas/mpw-make.in b/gas/mpw-make.in index 3b051d8..9a4c723 100644 --- a/gas/mpw-make.in +++ b/gas/mpw-make.in @@ -29,7 +29,7 @@ bindir = {prefix}bin: OBJECTS = \Option-d "{o}"app.c.o \Option-d - "{o}"as.gc.o \Option-d + "{o}"as.c.o \Option-d "{o}"atof-generic.c.o \Option-d "{o}"bignum-copy.c.o \Option-d "{o}"cond.c.o \Option-d @@ -89,10 +89,10 @@ as.new \Option-f\Option-f {OBJECTS} {TARG_OBJECTS} {CLIBS} # else true; fi echo '#endif /* TARGET_CPU */' >> "{o}"config.new MoveIfChange "{o}"config.new "{o}"config.h - Echo ' ' "{o}"config-stamp + Echo ' ' >"{o}"config-stamp "{o}"app.c.o \Option-f "{s}"app.c {INCLUDES} -"{o}"as.gc.o \Option-f "{s}"as.c {INCLUDES} +"{o}"as.c.o \Option-f "{s}"as.c {INCLUDES} "{o}"atof-generic.c.o \Option-f "{s}"atof-generic.c {INCLUDES} "{o}"bignum-copy.c.o \Option-f "{s}"bignum-copy.c {INCLUDES} "{o}"cond.c.o \Option-f "{s}"cond.c {INCLUDES} @@ -119,7 +119,9 @@ as.new \Option-f\Option-f {OBJECTS} {TARG_OBJECTS} {CLIBS} "{o}"obj-format.c.o \Option-f "{o}"obj-format.c {INCLUDES} "{o}"atof-targ.c.o \Option-f "{o}"atof-targ.c {INCLUDES} -install \Option-f +install \Option-f all install-only + +install-only \Option-f If "`Exists "{prefix}"`" == "" Echo "{prefix}" does not exist, cannot install anything Exit 1 |