fix dependency bug introduced in r4992 (bb #1530)

git-svn: trunk@4996
remotes/push_mirror/0.95
Török Edvin 16 years ago
parent 55849ed781
commit a391afb938
  1. 5
      ChangeLog
  2. 2
      libclamav/Makefile.am
  3. 2
      libclamav/Makefile.in

@ -1,3 +1,8 @@
Wed Apr 1 13:14:32 EEST 2009 (edwin)
-------------------------------------
* libclamav/Makefile.am, libclamav/Makefile.in: fix dependency bug
introduced in r4992 (bb #1530)
Wed Apr 1 11:51:28 EEST 2009 (edwin)
-------------------------------------
* libltdl/Makefile.am, libltdl/Makefile.in: fix -Werror filtering

@ -293,7 +293,7 @@ libclamav_la_SOURCES += bignum.c \
endif
.PHONY: version.h.tmp
version.lo: version.h
version.c: version.h
version.h: version.h.tmp
@if test -f version.h.static; then\
cp version.h.static version.h;\

@ -1732,7 +1732,7 @@ uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES
.PHONY: version.h.tmp
version.lo: version.h
version.c: version.h
version.h: version.h.tmp
@if test -f version.h.static; then\
cp version.h.static version.h;\

Loading…
Cancel
Save