summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--postproc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/postproc/Makefile b/postproc/Makefile
index a817718f63..6537ef7aa4 100644
--- a/postproc/Makefile
+++ b/postproc/Makefile
@@ -31,7 +31,7 @@ distclean:
dep: depend
depend:
- $(CC) -MM $(CFLAGS) $(SWSSRCS) postprocess.c 1>.depend
+ $(CC) -MM $(CFLAGS) $(SWSSRCS) 1>.depend
cs_test: $(CS_TEST_OBJS)
$(CC) $(CS_TEST_OBJS) -o cs_test