diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Makefile b/src/common/Makefile index 655cc157e..258423776 100644 --- a/src/common/Makefile +++ b/src/common/Makefile @@ -18,7 +18,7 @@ obj/mini%.o: %.c clean: rm -rf *.o obj GNUmakefile - + rm -rf svnversion.h HAVESVN = $(shell which svnversion) ifeq ($(findstring /,$(HAVESVN)), /) |