From 921e047bab332c12a13da2af4d2bb0ab4a72cba8 Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Thu, 30 Jun 1994 00:59:49 +0000 Subject: [PATCH] * 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. --- gas/ChangeLog.mpw | 7 +++++++ gas/mpw-make.in | 10 ++++++---- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/gas/ChangeLog.mpw b/gas/ChangeLog.mpw index 740035e92cd..fd4fb86b05d 100644 --- a/gas/ChangeLog.mpw +++ b/gas/ChangeLog.mpw @@ -1,3 +1,10 @@ +Wed Jun 29 17:56:52 1994 Stan Shebs (shebs@andros.cygnus.com) + + * 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. + Sun Jun 26 16:42:12 1994 Stan Shebs (shebs@andros.cygnus.com) * mpw-config.in: Parse target and use to generate forward includes diff --git a/gas/mpw-make.in b/gas/mpw-make.in index 3b051d86625..9a4c7236350 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 -- 2.30.2