changeset 76:0818738a782b

Depend on VERSION file.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 10 Apr 2017 13:38:11 +0300
parents 3e6fab358f2d
children bf4e12cbea51
files Makefile.gen
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.gen	Mon Apr 10 13:36:40 2017 +0300
+++ b/Makefile.gen	Mon Apr 10 13:38:11 2017 +0300
@@ -98,7 +98,7 @@
 	@echo " Qt:RCC $@ $<"
 	@$(QT_RCC) -name "Syntilista" $< -o $@
 
-$(OBJPATH)main.o: main.cpp main.h ui_mainwindow.h ui_editperson.h
+$(OBJPATH)main.o: main.cpp main.h ui_mainwindow.h ui_editperson.h VERSION
 	@echo " CXX $@"
 	@$(CXX) $(CXXFLAGS) $(DEFINES) $(INCPATH) -c -o $@ $<