mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-08 00:35:06 -05:00
Set version string in config.h
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user