summaryrefslogtreecommitdiffstats
path: root/libhb/module.rules
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/module.rules')
-rw-r--r--libhb/module.rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/libhb/module.rules b/libhb/module.rules
index 396deb09b..7ac6e3f5a 100644
--- a/libhb/module.rules
+++ b/libhb/module.rules
@@ -8,7 +8,7 @@ $(LIBHB.a): $(LIBHB.c.o)
$(LIBHB.c.o): $(LIBHB.d)
$(LIBHB.c.o): | $(dir $(LIBHB.c.o))
-$(LIBHB.c.o): $(BUILD/)%.o: $(PROJECT/)%.c
+$(LIBHB.c.o): $(BUILD/)%.o: $(SRC/)%.c
$(call LIBHB.GCC.C_O,$@,$<)
$(LIBHB.m4.out): $(BUILD/)project/handbrake.m4
@@ -17,7 +17,7 @@ $(LIBHB.m4.out): $(LIBHB.build/)%: $(LIBHB.src/)%.m4
$(M4.exe) -Iproject $< > $@
$(LIBHB.h.out): | $(dir $(LIBHB.h.out))
-$(LIBHB.h.out): $(BUILD/)%: $(PROJECT/)%
+$(LIBHB.h.out): $(BUILD/)%: $(SRC/)%
$(CP.exe) $< $@
libhb.clean: