mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-22 14:39:24 -05:00
Add the autogenerated empty.h to CLEANFILES.
Colin Watson points out that it's untidy to create it with the makefile but not clean it up again in the same way. [originally from svn r10143]
This commit is contained in:
parent
0da2258292
commit
3e71e3f9c0
1
Recipe
1
Recipe
@ -178,6 +178,7 @@ version.o: FORCE
|
|||||||
!cflags am version $(VER) -DINCLUDE_EMPTY_H `if test -z "$(VER)" && (cd $(srcdir)/..; md5sum -c manifest >/dev/null 2>&1); then cat $(srcdir)/../version.def; else echo "$(VER)"; fi`
|
!cflags am version $(VER) -DINCLUDE_EMPTY_H `if test -z "$(VER)" && (cd $(srcdir)/..; md5sum -c manifest >/dev/null 2>&1); then cat $(srcdir)/../version.def; else echo "$(VER)"; fi`
|
||||||
!begin am
|
!begin am
|
||||||
BUILT_SOURCES = empty.h
|
BUILT_SOURCES = empty.h
|
||||||
|
CLEANFILES = empty.h
|
||||||
empty.h: $(allsources)
|
empty.h: $(allsources)
|
||||||
echo '/* Empty file touched by automake makefile to force rebuild of version.o */' >$@
|
echo '/* Empty file touched by automake makefile to force rebuild of version.o */' >$@
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user