From 71d7b8f7479a3b1eabde57dcea102a0a8599c29a Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 20 Apr 2008 22:11:38 +0000 Subject: Add $(EXESUF) to netstream rule. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26480 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TOOLS') 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) -- cgit v1.2.3