Skip to content

Commit

Permalink
rebuild from source files when Makefile changed
Browse files Browse the repository at this point in the history
  • Loading branch information
FROGGS committed Dec 1, 2013
1 parent 4cc8691 commit 10cf894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Makefile.in
Expand Up @@ -382,7 +382,7 @@ switch no-tracing no-cgoto:
-$(CMD)$(RM) src/main@obj@ src/core/interp@obj@
$(CMD)$(MAKE) TRACING=0 CGOTO=0 NOISY="$(NOISY)"

.c@obj@:
.c@obj@: Makefile
$(MSG) compiling $@
$(CMD)$(CC) @ccswitch@ $(CFLAGS) @objflags@ $(CINCLUDES) @ccout@$@ $*.c

Expand Down

0 comments on commit 10cf894

Please sign in to comment.