summaryrefslogtreecommitdiffstats
path: root/modules/debug/Makefile
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2004-12-14 19:42:15 +0100
committerJim Jagielski <jim@apache.org>2004-12-14 19:42:15 +0100
commitab03698a23a5601eebf8e4aa2540fa4293aacaa2 (patch)
tree47da5db6ac064f831ad775ce913713f0a939defc /modules/debug/Makefile
parentFix the directive descriptions (diff)
downloadapache2-ab03698a23a5601eebf8e4aa2540fa4293aacaa2.tar.xz
apache2-ab03698a23a5601eebf8e4aa2540fa4293aacaa2.zip
ignore
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111852 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--modules/debug/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/debug/Makefile b/modules/debug/Makefile
deleted file mode 100644
index 8d2321d814..0000000000
--- a/modules/debug/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-top_srcdir = /Users/jim/src/asf/code/dev/svn/httpd-2.1
-top_builddir = /Users/jim/src/asf/code/dev/svn/httpd-2.1
-srcdir = /Users/jim/src/asf/code/dev/svn/httpd-2.1/modules/debug
-builddir = /Users/jim/src/asf/code/dev/svn/httpd-2.1/modules/debug
-VPATH = /Users/jim/src/asf/code/dev/svn/httpd-2.1/modules/debug
-# a modules Makefile has no explicit targets -- they will be defined by
-# whatever modules are enabled. just grab special.mk to deal with this.
-include $(top_srcdir)/build/special.mk