aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2008-10-31 03:28:21 +0100
committerAndreas Oberritter <obi@saftware.de>2008-11-06 01:41:43 +0100
commit0e08cc4e208b15bd912cbf88ac602a5ff6cec3dc (patch)
tree4307f58cffc06437cf067475576e2c9e56748f2f
parent4b8de38c639f03b191ce66d85d5b2c894117d4d5 (diff)
downloadenigma2-0e08cc4e208b15bd912cbf88ac602a5ff6cec3dc.tar.gz
enigma2-0e08cc4e208b15bd912cbf88ac602a5ff6cec3dc.zip
disable dependency on CVS files
-rw-r--r--main/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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