diff options
-rw-r--r-- | source4/main.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/main.mk b/source4/main.mk index 8e6c04da5f..8f42554a6b 100644 --- a/source4/main.mk +++ b/source4/main.mk @@ -217,6 +217,9 @@ include/config.h: @echo "You need to rerun ./autogen.sh and ./configure" @/bin/false +$(srcdir)/version.h: + @$(SHELL) script/mkversion.sh VERSION version.h $(srcdir)/ + clean_pch: @echo "Removing precompiled headers" @-rm -f include/includes.h.gch |