Author: Isomer <isomer@coders.net>
[ircu2.10.12-pk.git] / Makefile.in
index 8a0bad9dd987e645688475ed1b195e7799f81f62..38ec813d543f9ec94b66f554e811e98a45cf22f7 100644 (file)
@@ -35,7 +35,7 @@ all: build
 
 build:
        @if [ ! -f config/config.h ]; then \
-               echo "Run 'make config' to configure the server"; \
+               $(MAKE) config; \
        else \
          for i in config ircd; do \
                  echo "Building $$i..."; \