From 0cc0c8b677fcb6dd3393c5e003cfaf5427606d83 Mon Sep 17 00:00:00 2001 From: Albert Cahalan Date: Thu, 22 Nov 2007 07:54:50 +0000 Subject: [PATCH] Makefile was a linear fork bomb if a directory was missing --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b34b25753..183bdf515 100644 --- a/Makefile +++ b/Makefile @@ -540,7 +540,7 @@ clean: @-rm -f src/tp_magic_api.h @-rm -f tp-magic-config @if [ -d trans ]; then rmdir trans; fi - @cd magic ; make clean$(TARGET_PASSTHRU) + @cd magic && make clean$(TARGET_PASSTHRU) @echo clean-win32: @@ -1003,7 +1003,7 @@ obj/resource.o: win32/resources.rc win32/resource.h # Go into 'magic' subdirectory and buld magic plug-ins magic-plugins: src/tp_magic_api.h - @cd magic ; make $(TARGET_PASSTHRU) + @cd magic && make $(TARGET_PASSTHRU) src/tp_magic_api.h: src/tp_magic_api.h.in