]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - Makefile.in
Prevent cork usage as charybdis doesn't have its support
[irc/rqf/shadowircd.git] / Makefile.in
index 339b5889f14a8ea95847050a6cf82369b5cd223e..7714844d8a121b7281989d54a9f2b6afd237d58e 100644 (file)
@@ -46,7 +46,7 @@ CFLAGS                = @CFLAGS@
 # the system one.
 #CFLAGS= -DNDEBUG -g -O2 -D"FD_SETSIZE=1024"
 SHELL=/bin/sh
-SUBDIRS=libratbox modules extensions libcharybdis src tools servlink doc help
+SUBDIRS=libratbox modules extensions src tools servlink doc help
 CLEANDIRS = ${SUBDIRS}
 RSA_FILES=rsa_respond/README rsa_respond/respond.c rsa_respond/Makefile
 
@@ -74,7 +74,7 @@ build:
        @for i in $(SUBDIRS); do \
                echo "build ==> $$i";\
                cd $$i;\
-               ${MAKE} build || exit; cd ..;\
+               ${MAKE} || exit; cd ..;\
        done
 
 clean: