diff options
| author | Andreas Oberritter <obi@opendreambox.org> | 2010-12-05 03:59:56 +0100 |
|---|---|---|
| committer | Andreas Oberritter <obi@opendreambox.org> | 2010-12-05 03:59:56 +0100 |
| commit | 13fa6a99a041ecae345d3a3f5e4ace9d23815a8a (patch) | |
| tree | bc7d1f90a45f1d0733e2003841aabdbaa671dd97 /main | |
| parent | fb6ff3b0e154f65d63defaf259069b13ef1eb039 (diff) | |
| parent | 87ab43fed2f24ba9454359583ac9cb3f17c295e1 (diff) | |
| download | enigma2-13fa6a99a041ecae345d3a3f5e4ace9d23815a8a.tar.gz enigma2-13fa6a99a041ecae345d3a3f5e4ace9d23815a8a.zip | |
Merge branch 'obi/master' into experimental
Diffstat (limited to 'main')
| -rw-r--r-- | main/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/main/Makefile.am b/main/Makefile.am index 0ed4d717..137ddabc 100644 --- a/main/Makefile.am +++ b/main/Makefile.am @@ -74,6 +74,9 @@ version-intermediate.h: $(AM_V_at)[ -n "$(ENIGMA2_BRANCH)" ] && echo "#define ENIGMA2_BRANCH \"$(ENIGMA2_BRANCH)\"" >> $@ -$(AM_V_at)[ -n "$(ENIGMA2_REV)" ] && echo "#define ENIGMA2_REV \"$(ENIGMA2_REV)\"" >> $@ $(AM_V_at)([ -f version.h ] && diff -q version.h $@ >/dev/null) || $(INSTALL_HEADER) $@ version.h +else +version.h: + $(AM_V_GEN)touch $@ endif enigma2$(EXEEXT): $(enigma2_OBJECTS) $(enigma2_DEPENDENCIES) $(enigma2_LDADD_WHOLE) |
