Makefile.in (stamp-h): Create in $(objdir) instead of $(srcdir).
* libI77/Makefile.in (stamp-h): Create in $(objdir) instead of $(srcdir). From-SVN: r42442
This commit is contained in:
parent
c215b29f5a
commit
75f153f3d4
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2001-05-21 Loren J. Rittle <ljrittle@acm.org>
|
||||
|
||||
* libI77/Makefile.in (stamp-h): Create in $(objdir) instead
|
||||
of $(srcdir).
|
||||
|
||||
2001-05-18 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* libI77/Makefile.in (stamp-h): Only create config.h, touch stamp-h.
|
||||
|
|
|
@ -91,7 +91,7 @@ ${srcdir}/stamp-h.in: configure.in
|
|||
config.h: stamp-h; @true
|
||||
stamp-h: config.h.in config.status
|
||||
CONFIG_FILES= CONFIG_HEADERS=config.h $(SHELL) config.status
|
||||
echo timestamp > ${srcdir}/stamp-h
|
||||
echo timestamp > stamp-h
|
||||
|
||||
VersionI.o: Version.c
|
||||
$(CC) -c $(ALL_CFLAGS) -o $@ $(srcdir)/Version.c
|
||||
|
|
Loading…
Add table
Reference in a new issue