summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--unix/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile b/unix/Makefile
index 441804e509..91e26e5247 100644
--- a/unix/Makefile
+++ b/unix/Makefile
@@ -65,7 +65,7 @@ $(PROG): $(BUILD) $(OBJ)
size $(PROG)
$(BUILD):
- mkdir $@
+ mkdir -p $@
$(BUILD)/%.o: %.c
$(CC) $(CFLAGS) -c -o $@ $<