Commit 71d085b0 by Bruce Korb Committed by Jeff Law

Makefile.in (cstamp-h.in): Remove before trying to recreate.

        * Makefile.in (cstamp-h.in): Remove before trying to recreate.
        (fixinc.sh): Set some additional environment variables before
        calling mkfixinc.sh.

From-SVN: r20130
parent 943ebe57
Fri May 29 00:57:37 1998 Bruce Korb <korbb@datadesign.com>
* Makefile.in (cstamp-h.in): Remove before trying to recreate.
(fixinc.sh): Set some additional environment variables before
calling mkfixinc.sh.
Thu May 28 12:57:05 1998 Jeffrey A Law (law@cygnus.com) Thu May 28 12:57:05 1998 Jeffrey A Law (law@cygnus.com)
* reload.c (find_reloads): Do not force a reloads of match_operators. * reload.c (find_reloads): Do not force a reloads of match_operators.
......
...@@ -767,6 +767,7 @@ $(srcdir)/configure: $(srcdir)/configure.in ...@@ -767,6 +767,7 @@ $(srcdir)/configure: $(srcdir)/configure.in
$(srcdir)/config.in: $(srcdir)/cstamp-h.in $(srcdir)/config.in: $(srcdir)/cstamp-h.in
$(srcdir)/cstamp-h.in: $(srcdir)/configure.in $(srcdir)/acconfig.h $(srcdir)/cstamp-h.in: $(srcdir)/configure.in $(srcdir)/acconfig.h
cd $(srcdir) && autoheader cd $(srcdir) && autoheader
@rm -f $(srcdir)/cstamp-h.in
echo timestamp > $(srcdir)/cstamp-h.in echo timestamp > $(srcdir)/cstamp-h.in
auto-host.h: cstamp-h ; @true auto-host.h: cstamp-h ; @true
cstamp-h: config.in config.status cstamp-h: config.in config.status
...@@ -1959,8 +1960,11 @@ stmp-headers: ...@@ -1959,8 +1960,11 @@ stmp-headers:
touch $@ touch $@
fixinc.sh : fixinc.sh :
cd ../contrib/fixinc ; CC=$(CC) MAKE=$(MAKE) CFLAGS=$(CFLAGS) \ INSTALLDIR=`cd $(srcdir) ; pwd` \
$(SHELL) mkfixinc.sh $(target) $(srcdir) CC=$(CC) MAKE=$(MAKE) CFLAGS="$(CFLAGS)" ; \
export INSTALLDIR CC MAKE CFLAGS ; \
( cd ../contrib/fixinc ; \
$(SHELL) mkfixinc.sh $(target) $$INSTALLDIR )
# Build fixed copies of system files. # Build fixed copies of system files.
stmp-fixinc: $(FIXINCLUDES) gsyslimits.h stmp-fixinc: $(FIXINCLUDES) gsyslimits.h
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment