Browse Source

force clean build every time, no room for error

pull/550/head
krakjoe 13 years ago
parent
commit
dbe8b26ab7
  1. 2
      Makefile.frag

2
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)

Loading…
Cancel
Save