]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - Makefile.in
During installation, don't unconditionally create an empty `modules-old' directory.
[irc/rqf/shadowircd.git] / Makefile.in
index 90c861ce56e872e03ef3411531000e60db969b6a..a85a707ebae95b73313f7ccbeb625dff0dcf7dff 100644 (file)
@@ -46,6 +46,7 @@ CFLAGS                = @CFLAGS@
 # the system one.
 #CFLAGS= -DNDEBUG -g -O2 -D"FD_SETSIZE=1024"
 SHELL=/bin/sh
+# `extensions' must be after `modules' for proper creation of $(moduledir).
 SUBDIRS=libratbox modules extensions src tools ssld bandb doc help
 CLEANDIRS = ${SUBDIRS}
 RSA_FILES=rsa_respond/README rsa_respond/respond.c rsa_respond/Makefile
@@ -127,9 +128,6 @@ install-mkdirs:
        -@if test ! -d $(DESTDIR)$(mandir); then \
                mkdir $(DESTDIR)$(mandir); \
        fi
-       -@if test ! -d $(DESTDIR)$(moduledir); then \
-               mkdir $(DESTDIR)$(moduledir); \
-       fi
        -@if test ! -d $(DESTDIR)$(helpdir); then \
                mkdir $(DESTDIR)$(helpdir); \
        fi