aboutsummaryrefslogtreecommitdiffstats
path: root/irc/ircd-hybrid/files/patch-modules_Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'irc/ircd-hybrid/files/patch-modules_Makefile.in')
-rw-r--r--irc/ircd-hybrid/files/patch-modules_Makefile.in13
1 files changed, 0 insertions, 13 deletions
diff --git a/irc/ircd-hybrid/files/patch-modules_Makefile.in b/irc/ircd-hybrid/files/patch-modules_Makefile.in
deleted file mode 100644
index c12da5f528ad..000000000000
--- a/irc/ircd-hybrid/files/patch-modules_Makefile.in
+++ /dev/null
@@ -1,13 +0,0 @@
---- modules/Makefile.in.orig Sat Jul 23 08:59:28 2005
-+++ modules/Makefile.in Sat Jul 23 08:58:47 2005
-@@ -23,8 +23,8 @@
-
- prefix = $(DESTDIR)@prefix@
- # Change this later! -- adrian
--moduledir = ${prefix}/modules
--automoduledir = ${moduledir}/autoload
-+moduledir = @moduledir@
-+automoduledir = @automoduledir@
-
- INCLUDES = -I../include $(SSL_INCLUDES)
- CPPFLAGS = ${INCLUDES} @CPPFLAGS@