From 214db45cd0a6cb0dbe53b09cfdb34625e0d4952b Mon Sep 17 00:00:00 2001 From: Timo Korvola Date: Sun, 4 Mar 2018 00:02:46 +0200 Subject: [PATCH] Fix recursive SDL make. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2b4faa9..30d187e 100644 --- a/Makefile +++ b/Makefile @@ -163,7 +163,7 @@ SUB_CLEAN = $(SUBDIRS:%=%-clean) all: frotz dfrotz sfrotz -$(SDL_LIB): | $(SDL_DIR) +$(SDL_LIB): $(SDL_DIR); $(SUBDIRS): $(MAKE) -C $@ -- 2.34.1