]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
Do not create directories under PREFIX while building. charybdis-3.1.0
authorJilles Tjoelker <redacted>
Sun, 8 Feb 2009 20:18:26 +0000 (21:18 +0100)
committerJilles Tjoelker <redacted>
Sun, 8 Feb 2009 20:18:26 +0000 (21:18 +0100)
doc/Makefile.in

index 2c59ff4bd549fd890a60a471871b8480303d33dc..29250552bd3ff31fb2fee223f356f642d51d1de0 100644 (file)
@@ -40,6 +40,8 @@ IRCDLIBS      = @LIBS@ $(SSL_LIBS)
 
 INCLUDES       = -I../include $(SSL_INCLUDES)
 CPPFLAGS       = ${INCLUDES} @CPPFLAGS@
+
+all: build
  
 install-mkdirs:
        -@if test ! -d $(DESTDIR)$(confdir); then \