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

Tweak version.c rules

parent 684cf03d
No related branches found
No related tags found
No related merge requests found
......@@ -9,10 +9,12 @@
all-common: $(LIBRARY) $(PROGRAMS)
version.c: $(OBJS)
version.c: Makefile
$(RM) $@
$(MKVERSION) $(LIBRARY) > $@
version.o: version.c $(OBJS)
install-common: FORCE
lint: lint-local FORCE
......
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