summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-20 22:11:38 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-20 22:11:38 +0000
commit71d7b8f7479a3b1eabde57dcea102a0a8599c29a (patch)
tree207876661a30d49ab64ad48ce6bc5aa94f785125 /TOOLS
parenta3271c24090b01e421026c270bfa7dd0b7a8fdfd (diff)
downloadmpv-71d7b8f7479a3b1eabde57dcea102a0a8599c29a.tar.bz2
mpv-71d7b8f7479a3b1eabde57dcea102a0a8599c29a.tar.xz
Add $(EXESUF) to netstream rule.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26480 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/TOOLS/Makefile b/TOOLS/Makefile
index e908f75c6d..6592fcf81c 100644
--- a/TOOLS/Makefile
+++ b/TOOLS/Makefile
@@ -62,12 +62,12 @@ NETSTREAM_DEPS = ../libmpdemux/libmpdemux.a \
../m_struct.o \
$(COMMON_LIBS)
-netstream: netstream.o $(NETSTREAM_DEPS)
+netstream$(EXESUF): netstream.o $(NETSTREAM_DEPS)
$(CC) $(CFLAGS) -o $@ $^
clean distclean:
rm -f *.o *~ $(OBJS)
- rm -f fastmem*-* netstream
+ rm -f fastmem*-* netstream$(EXESUF)
rm -f bmovl-test$(EXESUF) vfw2menc$(EXESUF)
rm -f $(REAL_TARGETS)