Set version string in config.h

This commit is contained in:
Miroslav Lichvar
2011-06-09 14:32:22 +02:00
parent d40696f7f3
commit 4ba3dd66ad
6 changed files with 10 additions and 27 deletions

View File

@@ -82,9 +82,6 @@ clean :
-rm -f *.o *.s chronyc chronyd core *~
-rm -rf .deps
version.h : version.txt
./mkversion
getdate.c : ;
getdate :
bison -o getdate.c getdate.y
@@ -127,8 +124,6 @@ install: chronyd chronyc
%.s : %.c
$(CC) $(CFLAGS) $(CPPFLAGS) -S $<
main.o logging.o client.o : version.h
# makeinfo v4 required to generate plain text and html
MAKEINFO:=makeinfo