aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a38ceca..dc99921 100644
--- a/Makefile
+++ b/Makefile
@@ -59,7 +59,7 @@ $(COUT): $(COBJ)
libvt100/libvt100.a: make-libvt100
make-libvt100:
- @if ! $(MAKE) -q -C libvt100 static; then $(MAKE) -C libvt100 static; MAKELEVEL=$(echo "${MAKELEVEL}-1" | bc) exec $(MAKE); fi
+ @if ! $(MAKE) -q -C libvt100 static; then $(MAKE) -C libvt100 static && MAKELEVEL=$(echo "${MAKELEVEL}-1" | bc) exec $(MAKE); fi
$(BUILD)%.o: $(SRC)%.c
@mkdir -p $(BUILD)