# HG changeset patch # User jwe # Date 783374166 0 # Node ID a85ab265d1386dbd34a3eb0af7c45192e6b8873b # Parent ceec002516c78109a5e3a9cbcad48cc8f3762945 [project @ 1994-10-28 19:52:07 by jwe] diff --git a/Makeconf.in b/Makeconf.in --- a/Makeconf.in +++ b/Makeconf.in @@ -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) diff --git a/octMakefile.in b/octMakefile.in --- a/octMakefile.in +++ b/octMakefile.in @@ -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: