From 880ee6e7feb33daeb94c6a1195c8eb4202a570b0 Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Thu, 17 Jan 2008 00:22:07 +0100 Subject: Fixed some compile time problems with the version generation. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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) -- cgit v1.2.3