From 135c977cf25a688846c0f8180720c7880a90a7dd Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Thu, 22 Feb 2018 18:55:09 +0000 Subject: Changed handling of version number so it does not modify every compile --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f8bacbf..e8d827b 100644 --- a/Makefile +++ b/Makefile @@ -148,7 +148,7 @@ OBJS = $(SOURCES:.cpp=.o) all: $(OUTPUT) -./src/version.h: +./src/version.h: ./VERSION ./scripts/gen_version_info.sh > src/version.h $(OUTPUT): $(OBJS) @@ -184,7 +184,6 @@ check: fast-check slow-check check-all: check lengthy-check clean: - rm $(SRC_DIR)/version.h rm -vf $(SRC_DIR)/*.o rm -vf $(SRC_DIR)/*~ rm -vf $(TEST_SRC_DIR)/*.o -- cgit v1.2.3