]> the.earth.li Git - onak.git/blobdiff - Makefile.in
Remove Ross Burton from Uploaders
[onak.git] / Makefile.in
index 463e4f8c19ab813ede9569a431e6092bf16072e0..08a06bfc90ea9a93d1ec889506c3c0d600d48fd7 100644 (file)
@@ -154,6 +154,7 @@ keydctl.o: keydctl.c keyd.h
        sed -e 's:@BINDIR@:@bindir@:g' \
                -e 's:@CONFIG@:@sysconfdir@/onak.conf:g' \
                -e 's:@LIBDIR@:@libdir@:g' \
+               -e 's:@RUNDIR@:@runstatedir@:g' \
                -e 's:@SBINDIR@:@sbindir@:g' \
                -e 's:@STATEDIR@:@localstatedir@:g' \
                < $< > $@
@@ -176,7 +177,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-`\"" \