From: Holger Schemel Date: Thu, 22 Oct 2015 21:01:07 +0000 (+0200) Subject: fixed Makefile for distribution package (which has no Makefile for graphics) X-Git-Tag: 4.0.0.0-rc1~138 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=0e661055e1233e585fb259832e4884f68d3833a4 fixed Makefile for distribution package (which has no Makefile for graphics) --- diff --git a/src/Makefile b/src/Makefile index 2fe28d6b..63206959 100644 --- a/src/Makefile +++ b/src/Makefile @@ -267,7 +267,7 @@ $(ICON): $(CC) $(PROFILING) $(CFLAGS) -c $*.c graphics_dir: - @$(MAKE) -C $(GRAPHICS_DIR) + @test -f $(GRAPHICS_DIR)/Makefile && $(MAKE) -C $(GRAPHICS_DIR) || true clean-obj: $(MAKE) -C $(LIBGAME_DIR) clean