summaryrefslogtreecommitdiff
path: root/common.mak
diff options
context:
space:
mode:
Diffstat (limited to 'common.mak')
-rw-r--r--common.mak6
1 files changed, 3 insertions, 3 deletions
diff --git a/common.mak b/common.mak
index 9cc735786f..5d5d3137a8 100644
--- a/common.mak
+++ b/common.mak
@@ -30,13 +30,13 @@ CPPFLAGS := -DHAVE_AV_CONFIG_H -I$(BUILD_ROOT_REL) -I$(SRC_PATH) $(CPPFLAGS)
$(CC) $(CPPFLAGS) $(CFLAGS) $(LIBOBJFLAGS) -Wno-unused -c -o $@ -x c $<
%.d: %.c
- $(DEPEND_CMD) > $@
+ $(DEPEND_CMD)
%.d: %.S
- $(DEPEND_CMD) > $@
+ $(DEPEND_CMD)
%.d: %.cpp
- $(DEPEND_CMD) > $@
+ $(DEPEND_CMD)
%.o: %.d