changeset 858:a85ab265d138

[project @ 1994-10-28 19:52:07 by jwe]
author jwe
date Fri, 28 Oct 1994 19:56:06 +0000
parents ceec002516c7
children 71e69f1b5be0
files Makeconf.in octMakefile.in
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makeconf.in	Mon Oct 24 15:14:51 1994 +0000
+++ b/Makeconf.in	Fri Oct 28 19:56:06 1994 +0000
@@ -77,6 +77,8 @@
 	$(GCC_IEEE_FP_FLAG) $(CXXFLAGS)
 BUG_CXXFLAGS = $(DEFS) $(NO_IMPLICIT_TEMPLATES) $(GCC_IEEE_FP_FLAG) $(CXXFLAGS)
 
+CPPFLAGS = @CPPFLAGS@
+
 LDFLAGS = @LDFLAGS@
 LD_STATIC_FLAG = @LD_STATIC_FLAG@
 ALL_LDFLAGS = $(LIBFLAGS) $(GCC_IEEE_FP_FLAG) $(LD_STATIC_FLAG) $(LDFLAGS)
--- a/octMakefile.in	Mon Oct 24 15:14:51 1994 +0000
+++ b/octMakefile.in	Fri Oct 28 19:56:06 1994 +0000
@@ -19,7 +19,7 @@
 	SENDING-PATCHES THANKS f2c-compat.sh flibs.sh cxxlibs.sh \
 	configure configure.in config.guess config.sub float-type.c \
 	move-if-change octave.sh octave-bug.in octave-mode.el \
-	install.sh doinstall.sh mkinstalldirs config.h.in acconfig.h \
+	install-sh doinstall.sh mkinstalldirs config.h.in acconfig.h \
 	LIBG++.PATCH MAKEINFO.PATCH ChangeLog ChangeLog.[0-9]
 
 # Complete directory trees to distribute.
@@ -139,7 +139,7 @@
 
 distclean: clean
 	for dir in $(SUBDIRS); do echo making $@ in $$dir; cd $$dir; $(MAKE) $@; cd ..; done
-	rm -f Makefile config.status
+	rm -f Makefile config.cache config.log config.status
 .PHONY: distclean
 
 realclean: