]> the.earth.li Git - onak.git/commitdiff
Update version.h when source files change
authorJonathan McDowell <noodles@earth.li>
Thu, 20 Aug 2015 12:22:25 +0000 (14:22 +0200)
committerJonathan McDowell <noodles@earth.li>
Thu, 20 Aug 2015 12:22:25 +0000 (14:22 +0200)
Make $(SRCS) a Makefile dependency for version.h so once any of the
source files change we can update our version to reflect this fact.

Makefile.in

index 463e4f8c19ab813ede9569a431e6092bf16072e0..75f1df5f4572662ef99d29fb2d2d02c664aff273 100644 (file)
@@ -176,7 +176,7 @@ distclean: clean
 doxygen-docs: *.c *.h Doxyfile
        doxygen
 
-version.h:
+version.h: $(SRCS)
        @echo '#include "config.h"' > version.h
        @if [ -e .git ]; then \
                echo "#define ONAK_VERSION \"`git describe --tags --dirty | cut -d - -f 2-`\"" \