diff options
| author | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-12-29 20:08:13 +0000 |
|---|---|---|
| committer | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-12-29 20:08:13 +0000 |
| commit | 110dbb673e83af7fc7c7248fcf5f0e4383c04303 (patch) | |
| tree | 7918b11555602b7a84a9ffe72971bd1f8f077ae9 /include/Makefile | |
| parent | bd2cb095aa686c3bf0f662c0029687645142ea9e (diff) | |
Final modifications to Autotools build system to work alongside CMake build system. CMake build system will only allow out-of-source building now. Removed all old NMake Makefiles for Windows to focus on use of CMake on Windows (it's not as important to require the old system on Windows like it is on *nix).
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1878 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/Makefile')
| -rw-r--r-- | include/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index b5641c71b..d4d8f5952 100644 --- a/include/Makefile +++ b/include/Makefile @@ -2,7 +2,7 @@ all: services.h extern.h pseudo.h version.h version.h: Makefile version.sh services.h pseudo.h messages.h $(SRCS) - sh version.sh + sh version.sh ../version.log $@ services.h: sysconf.h config.h extern.h touch $@ @@ -13,7 +13,7 @@ extern.h: slist.h pseudo.h: commands.h timeout.h encrypt.h datafiles.h slist.h touch $@ -clean: +clean: (rm -f language.h) distclean: clean |
