X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=Makefile.in;h=75f1df5f4572662ef99d29fb2d2d02c664aff273;hb=51ec76b5bdb5197056ca242d55b6b662866ae0f1;hp=463e4f8c19ab813ede9569a431e6092bf16072e0;hpb=81f2810db11676d1c0b7fec695d8e0473549b09c;p=onak.git diff --git a/Makefile.in b/Makefile.in index 463e4f8..75f1df5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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-`\"" \