disable dependency on CVS files
authorFelix Domke <tmbinc@elitedvb.net>
Fri, 31 Oct 2008 02:28:21 +0000 (03:28 +0100)
committerAndreas Oberritter <obi@saftware.de>
Thu, 6 Nov 2008 00:51:46 +0000 (01:51 +0100)
main/Makefile.am

index 91606de6cb99f9793b52353d003edd393588f826..891b646a090e3062942bd9028ee3782ebdf83b9d 100644 (file)
@@ -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