mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
r16558: Add make rule to generate version.h. Metze, can you please review?
(This used to be commit 47b6a3d7f3
)
This commit is contained in:
parent
0168e973d8
commit
748decf65b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user