From 7ef041446e12e53c6d30d1bbd10cd274ed17ba2d Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 6 Oct 2002 07:42:42 +0000 Subject: [PATCH] Makefile fix --- src/Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.include b/src/Makefile.include index 66094ecb8..b17583a43 100644 --- a/src/Makefile.include +++ b/src/Makefile.include @@ -183,7 +183,7 @@ lint:: $(LINT) -I$(ERESSEA_SRC) $(INCLUDES) $(LINTFLAGS) *.c $(BUILD_DIR) $(PUBLISH_DIR): - @mkdir $@ + @mkdir -p $@ # object files: $(BUILD_DIR)/%:: $(BUILD_DIR)