summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2008-01-17 00:22:07 +0100
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2008-01-17 00:22:07 +0100
commit880ee6e7feb33daeb94c6a1195c8eb4202a570b0 (patch)
tree41f56853a09b9de5f996fdac3428ce70f527a813 /Makefile
parente565e758763f32f49350b78b63308539cc0d90ab (diff)
downloadvdr-plugin-live-880ee6e7feb33daeb94c6a1195c8eb4202a570b0.tar.gz
vdr-plugin-live-880ee6e7feb33daeb94c6a1195c8eb4202a570b0.tar.bz2
Fixed some compile time problems with the version generation.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 28e8bea..dfe8697 100644
--- a/Makefile
+++ b/Makefile
@@ -182,6 +182,7 @@ dist: clean
clean: $(SUBDIRS)
@-rm -f $(PODIR)/*.mo $(PODIR)/*.pot
@-rm -f $(PLUGINOBJS) $(DEPFILE) *.so *.tgz core* *~
+ @-rm -f $(VERSIONSUFFIX)
.PRECIOUS: $(I18Npo)