diff options
Diffstat (limited to 'test/common.mk')
| -rw-r--r-- | test/common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/common.mk b/test/common.mk index be3955f..8ca11a9 100644 --- a/test/common.mk +++ b/test/common.mk @@ -51,7 +51,7 @@ $(results_dir)/traces-%: $(results_dir)/test/traces-%.o @ echo "LD $@" $(Q) gcc $^ $(LDFLAGS) -o $@ -$(results_dir)/test/%.o: %.c | $(results_dir)/test +$(results_dir)/test/%.o: %.c $(test_dir)/test-helpers.h | $(results_dir)/test @ echo "CC $@" $(Q) gcc -c $< $(CFLAGS) -o $@ |
