Skip to content
Snippets Groups Projects
Commit 33a66fa7 authored by Howard Chu's avatar Howard Chu
Browse files

Tweak version.c dependencies

parent fd7df671
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment