summaryrefslogtreecommitdiff
path: root/include/Makefile
diff options
context:
space:
mode:
authorcyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864>2008-12-29 09:02:03 +0000
committercyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864>2008-12-29 09:02:03 +0000
commite0c10d684e412a71f9da9bafdde728c94ae9e8aa (patch)
tree54516efce454ea71c6c8f9c9b0d40fb66cffec69 /include/Makefile
parent6a2c0a7785a3b60e57e796d7d148c25314fec9d3 (diff)
Reverting my last 2 commits in an attempt to fix my own screwball mistake.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1873 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/include/Makefile b/include/Makefile
deleted file mode 100644
index d4d8f5952..000000000
--- a/include/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-
-all: services.h extern.h pseudo.h version.h
-
-version.h: Makefile version.sh services.h pseudo.h messages.h $(SRCS)
- sh version.sh ../version.log $@
-
-services.h: sysconf.h config.h extern.h
- touch $@
-
-extern.h: slist.h
- touch $@
-
-pseudo.h: commands.h timeout.h encrypt.h datafiles.h slist.h
- touch $@
-
-clean:
- (rm -f language.h)
-
-distclean: clean
- (rm -f sysconf.h version.h)