X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=Makefile.in;h=75f1df5f4572662ef99d29fb2d2d02c664aff273;hb=51ec76b5bdb5197056ca242d55b6b662866ae0f1;hp=463e4f8c19ab813ede9569a431e6092bf16072e0;hpb=3b73f99ccb5a2f3dc5237031ec9c0b0b7939220b;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-`\"" \