Browse code

another try at fixing the build

git-svn: trunk@4072

Török Edvin authored on 2008/08/04 07:14:47
Showing 2 changed files
... ...
@@ -205,7 +205,7 @@ libclamav_la_SOURCES = \
205 205
 	version.h
206 206
 
207 207
 .PHONY: version.h.tmp
208
-version.o: version.h
208
+version.lo: version.h
209 209
 version.h: version.h.tmp
210 210
 	@if ! diff $@ $< >/dev/null 2>/dev/null; then\
211 211
 		cp $< $@;\
... ...
@@ -1034,7 +1034,7 @@ uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES
1034 1034
 
1035 1035
 
1036 1036
 .PHONY: version.h.tmp
1037
-version.o: version.h
1037
+version.lo: version.h
1038 1038
 version.h: version.h.tmp
1039 1039
 	@if ! diff $@ $< >/dev/null 2>/dev/null; then\
1040 1040
 		cp $< $@;\