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:
parent
f3e16a470f
commit
5a2c9d7035
@ -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>
|
||||
|
||||
* libI77/Makefile.in: Add rules to rebuild config.h.in when
|
||||
|
@ -82,7 +82,7 @@ ${srcdir}/configure: configure.in
|
||||
cd ${srcdir} && autoconf
|
||||
|
||||
# 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
|
||||
(cd ${srcdir} && autoheader)
|
||||
@rm -f ${srcdir}/stamp-h.in
|
||||
@ -90,7 +90,8 @@ ${srcdir}/stamp-h.in: configure.in
|
||||
|
||||
config.h: stamp-h; @true
|
||||
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
|
||||
$(CC) -c $(ALL_CFLAGS) -o $@ $(srcdir)/Version.c
|
||||
|
1
libf2c/libI77/stamp-h.in
Normal file
1
libf2c/libI77/stamp-h.in
Normal file
@ -0,0 +1 @@
|
||||
timestamp
|
Loading…
Reference in New Issue
Block a user