summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2008-01-18 00:07:45 +0100
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2008-01-18 00:07:45 +0100
commitfe2a596b9b968b7df225d1c47246b25434c8d469 (patch)
treee6c62726f7b548c09a60bdb4bccedade47de769b /Makefile
parent880ee6e7feb33daeb94c6a1195c8eb4202a570b0 (diff)
downloadvdr-plugin-live-fe2a596b9b968b7df225d1c47246b25434c8d469.tar.gz
vdr-plugin-live-fe2a596b9b968b7df225d1c47246b25434c8d469.tar.bz2
Based CVS version calculation on checked out version of the single files.
Some script enhancements. Works now even when no version detection is possible.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dfe8697..7473698 100644
--- a/Makefile
+++ b/Makefile
@@ -143,7 +143,7 @@ PAGES:
$(MAKE) -C pages CXX="$(CXX)" CXXFLAGS="$(CXXFLAGS)" .dependencies
$(VERSIONSUFFIX): FORCE
- ./buildutil/version-util $(VERSIONSUFFIX)
+ ./buildutil/version-util $(VERSIONSUFFIX) || ./buildutil/version-util -F $(VERSIONSUFFIX)
libvdr-$(PLUGIN).so: $(VERSIONSUFFIX) $(SUBDIRS) $(PLUGINOBJS)
$(CXX) $(LDFLAGS) -shared -o $@ $(PLUGINOBJS) -Wl,--whole-archive $(WEBLIBS) -Wl,--no-whole-archive $(LIBS)