summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
Diffstat (limited to 'stream')
-rw-r--r--stream/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/stream/Makefile b/stream/Makefile
index 85435fb73a..87b9fc4a5e 100644
--- a/stream/Makefile
+++ b/stream/Makefile
@@ -136,12 +136,12 @@ clean:
freesdp/*.o freesdp/*.a freesdp/*~
distclean: clean
- rm -f .depend test
+ rm -f .depend
dep: depend
depend:
- $(CC) -MM $(CFLAGS) test.c $(SRCS) 1>.depend
+ $(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
#
# include dependency files if they exist