From 110dbb673e83af7fc7c7248fcf5f0e4383c04303 Mon Sep 17 00:00:00 2001 From: cyberbotx Date: Mon, 29 Dec 2008 20:08:13 +0000 Subject: 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 --- include/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/Makefile') 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 -- cgit