+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
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
# 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}
"{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