Fix problem with building on *BSD of mentions of blorblib when nothing to build.
authorDavid Griffith <dave@661.org>
Mon, 16 Sep 2019 02:00:41 +0000 (02:00 +0000)
committerDavid Griffith <dave@661.org>
Mon, 16 Sep 2019 02:00:41 +0000 (02:00 +0000)
Makefile

index 3622f61002885abde6a13ea5c84a73a4c95ca9ff..508cf00876971a7c343a6d4ab4fd3ba6b7cceac8 100644 (file)
--- 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):