diff options
Diffstat (limited to 'irc/ircd-hybrid/files/patch-modules-Makefile')
-rw-r--r-- | irc/ircd-hybrid/files/patch-modules-Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/irc/ircd-hybrid/files/patch-modules-Makefile b/irc/ircd-hybrid/files/patch-modules-Makefile deleted file mode 100644 index 4ecc8966656a..000000000000 --- a/irc/ircd-hybrid/files/patch-modules-Makefile +++ /dev/null @@ -1,13 +0,0 @@ ---- modules/Makefile.in.orig Sun Jun 16 10:31:25 2002 -+++ modules/Makefile.in Tue Jan 6 01:10:40 2004 -@@ -29,8 +29,8 @@ - - prefix = @prefix@ - # Change this later! -- adrian --moduledir = @prefix@/modules --automoduledir = @prefix@/modules/autoload -+moduledir = @moduledir@ -+automoduledir = @automoduledir@ - - INCLUDES = -I../include -I../adns $(SSL_INCLUDES) - CPPFLAGS = ${INCLUDES} @CPPFLAGS@ |