diff options
Diffstat (limited to 'test/module.rules')
-rw-r--r-- | test/module.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/module.rules b/test/module.rules index 9a47aa172..c51068901 100644 --- a/test/module.rules +++ b/test/module.rules @@ -8,7 +8,7 @@ $(TEST.exe): $(TEST.c.o) $(TEST.c.o): $(LIBHB.a) $(TEST.c.o): | $(dir $(TEST.c.o)) -$(TEST.c.o): $(BUILD/)%.o: $(PROJECT/)%.c +$(TEST.c.o): $(BUILD/)%.o: $(SRC/)%.c $(call TEST.GCC.C_O,$@,$<) test.clean: |