diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-08-15 23:08:22 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-08-15 23:08:22 +0000 |
commit | 08f4b386b2dae13aa837e4632ef197299846a7b1 (patch) | |
tree | f300d66a1feeb2f9bb1b472382c7987abdf1701a | |
parent | efae7aa61b3b4d7fbb2782e8f00e27a6adc325c1 (diff) | |
download | hercules-08f4b386b2dae13aa837e4632ef197299846a7b1.tar.gz hercules-08f4b386b2dae13aa837e4632ef197299846a7b1.tar.bz2 hercules-08f4b386b2dae13aa837e4632ef197299846a7b1.tar.xz hercules-08f4b386b2dae13aa837e4632ef197299846a7b1.zip |
- 'make clean' now removes the svnversion.h file in src/common/ since otherwise it is pretty much never updated.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11020 54d463be-8e91-2dee-dedb-b68131a5f0ec
-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)), /) |