Fix previous commit

This commit is contained in:
Howard Chu 2003-03-29 09:03:46 +00:00
parent c23c3a2ff5
commit 4b2bcef580
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ version.c: Makefile
$(RM) $@
$(MKVERSION) $(LIBRARY) > $@
version.o: version.c $(OBJS)
version.o version.lo: version.c $(OBJS)
install-common: FORCE

View File

@ -26,7 +26,7 @@ version.c: Makefile
$(RM) $@
$(MKVERSION) $(LIBBASE) > $@
version.o: version.c $(OBJS)
version.lo: version.c $(OBJS)
$(LIBRARY): version.lo
$(LTLINK_MOD) -module -o $@ $(OBJS) version.lo $(LINK_LIBS)