From b65581c63129bc63e8abf4bd38b504a0119d3bd6 Mon Sep 17 00:00:00 2001 From: David Griffith Date: Mon, 16 Sep 2019 02:00:41 +0000 Subject: [PATCH] Fix problem with building on *BSD of mentions of blorblib when nothing to build. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3622f61..508cf00 100644 --- a/Makefile +++ b/Makefile @@ -293,7 +293,7 @@ $(SDL_LIB): $(COMMON_DEFINES) $(HASH) $(DUMB_LIB): $(COMMON_DEFINES) $(HASH) $(MAKE) -C $(DUMB_DIR) -$(BLORB_LIB): $(BLORB_DIR) +$(BLORB_LIB): $(COMMON_DEFINES) $(MAKE) -C $(BLORB_DIR) #$(SUBDIRS): -- 2.34.1