From dbe8b26ab71ca27858180e57477e49827044ce7a Mon Sep 17 00:00:00 2001 From: krakjoe Date: Sun, 17 Nov 2013 19:10:12 +0000 Subject: [PATCH] force clean build every time, no room for error --- Makefile.frag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.frag b/Makefile.frag index 41e5cc1c5b3..becd867a0d6 100644 --- a/Makefile.frag +++ b/Makefile.frag @@ -1,4 +1,4 @@ -phpdbg: $(BUILD_BINARY) +phpdbg: clean-phpdbg $(BUILD_BINARY) $(BUILD_BINARY): $(PHP_GLOBAL_OBJS) $(PHP_BINARY_OBJS) $(PHP_PHPDBG_OBJS) $(BUILD_PHPDBG)