diff --git a/Makefile b/Makefile index 5983ef8..3c584c7 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ versionfile: @echo "#define VERSION \"$(GITREF)\"" > .version.h @cmp -s .version.h version.h || cp .version.h version.h -util.o: version.h +util.o: versionfile clean: rm -f $(QDL) $(QDL_OBJS)