another try at fixing the build

git-svn: trunk@4072
remotes/push_mirror/0.95
Török Edvin 17 years ago
parent a5f0eabf18
commit b51745f53e
  1. 2
      libclamav/Makefile.am
  2. 2
      libclamav/Makefile.in

@ -205,7 +205,7 @@ libclamav_la_SOURCES = \
version.h
.PHONY: version.h.tmp
version.o: version.h
version.lo: version.h
version.h: version.h.tmp
@if ! diff $@ $< >/dev/null 2>/dev/null; then\
cp $< $@;\

@ -1034,7 +1034,7 @@ uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES
.PHONY: version.h.tmp
version.o: version.h
version.lo: version.h
version.h: version.h.tmp
@if ! diff $@ $< >/dev/null 2>/dev/null; then\
cp $< $@;\

Loading…
Cancel
Save