X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/6c6704a6c897cef2aca87bd8d5a732ae1a2bac4a..82140ec88c4b239d02976938a718988cd6a618d9:/main/Makefile.am diff --git a/main/Makefile.am b/main/Makefile.am index 91606de6..891b646a 100644 --- a/main/Makefile.am +++ b/main/Makefile.am @@ -19,7 +19,7 @@ enigma.o: version.h # this depends on Entries and not on Tag because Tag isn't always there. # Entries, however, will change then Tag is changed, so everything is fine. -version.h: ../CVS/Entries ../CVS/Root +version.h: # ../CVS/Entries ../CVS/Root > version.h if [ -f ../CVS/Tag ]; then echo "#define ENIGMA2_CHECKOUT_TAG \"`cat ../CVS/Tag`\"" >> version.h; fi if [ -f ../CVS/Root ]; then echo "#define ENIGMA2_CHECKOUT_ROOT \"`cat ../CVS/Root`\"" >> version.h; fi