Added rule version.h: $(ROOT_PATH)/VERSION

This commit is contained in:
VilhoRaatikka 2014-08-29 11:37:41 +03:00
parent cf5821d4ef
commit ed94f08b4e

View File

@ -36,6 +36,9 @@ testall:
$(MAKE) -C test testall
version.h: $(ROOT_PATH)/VERSION
echo '#define MAXSCALE_VERSION "'`cat $(ROOT_PATH)/VERSION`'"' > $(ROOT_PATH)/include/version.h
utils:
$(MAKE) -C $(UTILS_PATH) clean all