Makefile.in (stamp-h): Only create config.h, touch stamp-h.

* libI77/Makefile.in (stamp-h): Only create config.h, touch stamp-h.
	(${srcdir}/config.h.in): Add true rule.

	* libI77/stamp-h.in: Added.

From-SVN: r42258
This commit is contained in:
Andreas Jaeger 2001-05-18 09:45:56 +02:00 committed by Andreas Jaeger
parent f3e16a470f
commit 5a2c9d7035
3 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2001-05-18 Andreas Jaeger <aj@suse.de>
* libI77/Makefile.in (stamp-h): Only create config.h, touch stamp-h.
(${srcdir}/config.h.in): Add true rule.
* libI77/stamp-h.in: Added.
2001-05-17 Andreas Jaeger <aj@suse.de> 2001-05-17 Andreas Jaeger <aj@suse.de>
* libI77/Makefile.in: Add rules to rebuild config.h.in when * libI77/Makefile.in: Add rules to rebuild config.h.in when

View File

@ -82,7 +82,7 @@ ${srcdir}/configure: configure.in
cd ${srcdir} && autoconf cd ${srcdir} && autoconf
# autoheader might not change config.h.in, so touch a stamp file. # autoheader might not change config.h.in, so touch a stamp file.
${srcdir}/config.h.in: stamp-h.in ${srcdir}/config.h.in: stamp-h.in; @true
${srcdir}/stamp-h.in: configure.in ${srcdir}/stamp-h.in: configure.in
(cd ${srcdir} && autoheader) (cd ${srcdir} && autoheader)
@rm -f ${srcdir}/stamp-h.in @rm -f ${srcdir}/stamp-h.in
@ -90,7 +90,8 @@ ${srcdir}/stamp-h.in: configure.in
config.h: stamp-h; @true config.h: stamp-h; @true
stamp-h: config.h.in config.status stamp-h: config.h.in config.status
$(SHELL) config.status CONFIG_FILES= CONFIG_HEADERS=config.h $(SHELL) config.status
echo timestamp > ${srcdir}/stamp-h
VersionI.o: Version.c VersionI.o: Version.c
$(CC) -c $(ALL_CFLAGS) -o $@ $(srcdir)/Version.c $(CC) -c $(ALL_CFLAGS) -o $@ $(srcdir)/Version.c

1
libf2c/libI77/stamp-h.in Normal file
View File

@ -0,0 +1 @@
timestamp