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

Fix previous commit

parent c23c3a2f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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)
......
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