Tweak version.c dependencies

This commit is contained in:
Howard Chu 2003-03-28 19:39:10 +00:00
parent fd7df67117
commit 33a66fa77b

View File

@ -22,10 +22,12 @@ all-no lint-no 5lint-no depend-no install-no: FORCE
all-common: all-$(BUILD_MOD)
version.c: $(OBJS)
version.c: Makefile
$(RM) $@
$(MKVERSION) $(LIBBASE) > $@
version.o: version.c $(OBJS)
$(LIBRARY): version.lo
$(LTLINK_MOD) -module -o $@ $(OBJS) version.lo $(LINK_LIBS)