summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-10-10 23:46:11 +0200
committerKevin Ryde <user42@zip.com.au>2001-10-10 23:46:11 +0200
commit865fa1ea5362bd8bbc1e59f622b596cb657e6967 (patch)
tree835eeed0b7c1cb03461b40853d9d6ada116bb491 /Makefile.in
parent71ac0a222e9fc2363aef456e15b4f20e805a16b9 (diff)
downloadgmp-865fa1ea5362bd8bbc1e59f622b596cb657e6967.tar.gz
* */Makefile.in: Regenerate with automake patch to only rm *_.c in
"make clean" when ansi2knr actually in use, helps DOS 8.3. * Makefile.in: Regenerate with automake patch to fix stamp-h numbering, avoiding an unnecessary config.status run.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in32
1 files changed, 16 insertions, 16 deletions
diff --git a/Makefile.in b/Makefile.in
index d21c592c5..05cb0bc2c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -431,7 +431,7 @@ RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
uninstall-info-recursive all-recursive install-data-recursive \
install-exec-recursive installdirs-recursive install-recursive \
uninstall-recursive check-recursive installcheck-recursive
-DIST_COMMON = README $(gmp_TEXINFOS) $(include_HEADERS) ./stamp-h.in \
+DIST_COMMON = README $(gmp_TEXINFOS) $(include_HEADERS) ./stamp-h1.in \
AUTHORS COPYING COPYING.LIB ChangeLog INSTALL Makefile.am \
Makefile.in NEWS acconfig.h acinclude.m4 aclocal.m4 ansi2knr.1 \
ansi2knr.c config.guess config.in config.sub configure \
@@ -469,28 +469,28 @@ $(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.in $(ACLOCAL_M4)
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
-config.h: stamp-h
+config.h: stamp-h1
@if test ! -f $@; then \
- rm -f stamp-h; \
- $(MAKE) stamp-h; \
+ rm -f stamp-h1; \
+ $(MAKE) stamp-h1; \
else :; fi
-stamp-h: $(srcdir)/config.in $(top_builddir)/config.status
- @rm -f stamp-h stamp-hT
- @echo timestamp > stamp-hT 2> /dev/null
+stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
+ @rm -f stamp-h1 stamp-h1T
+ @echo timestamp > stamp-h1T 2> /dev/null
cd $(top_builddir) \
&& CONFIG_FILES= CONFIG_HEADERS=config.h:config.in \
$(SHELL) ./config.status
- @mv stamp-hT stamp-h
-$(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/./stamp-h.in
+ @mv stamp-h1T stamp-h1
+$(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/./stamp-h1.in
@if test ! -f $@; then \
- rm -f $(srcdir)/./stamp-h.in; \
- $(MAKE) $(srcdir)/./stamp-h.in; \
+ rm -f $(srcdir)/./stamp-h1.in; \
+ $(MAKE) $(srcdir)/./stamp-h1.in; \
else :; fi
-$(srcdir)/./stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/acconfig.h
- @rm -f $(srcdir)/./stamp-h.in $(srcdir)/./stamp-h.inT
- @echo timestamp > $(srcdir)/./stamp-h.inT 2> /dev/null
+$(srcdir)/./stamp-h1.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/acconfig.h
+ @rm -f $(srcdir)/./stamp-h1.in $(srcdir)/./stamp-h1.inT
+ @echo timestamp > $(srcdir)/./stamp-h1.inT 2> /dev/null
cd $(top_srcdir) && $(AUTOHEADER)
- @mv $(srcdir)/./stamp-h.inT $(srcdir)/./stamp-h.in
+ @mv $(srcdir)/./stamp-h1.inT $(srcdir)/./stamp-h1.in
distclean-hdr:
-rm -f config.h
@@ -542,7 +542,7 @@ clean-krextra:
-rm -f ansi2knr
mostlyclean-kr:
- -rm -f *_.c
+ -test "$U" = "" || rm -f *_.c
.c.o:
$(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<