changeset 4791:3ee8699e4f35 libavformat

Move adding the '-test$(EXESUF)' suffix to test programs into common.mak.
author diego
date Wed, 25 Mar 2009 18:19:20 +0000
parents 0493d65debd7
children dd9383951cb9
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Wed Mar 25 06:07:13 2009 +0000
+++ b/Makefile	Wed Mar 25 18:19:20 2009 +0000
@@ -243,6 +243,6 @@
 OBJS-$(CONFIG_TCP_PROTOCOL)              += tcp.o
 OBJS-$(CONFIG_UDP_PROTOCOL)              += udp.o
 
-TESTPROGS = $(addsuffix -test$(EXESUF), timefilter)
+TESTPROGS = timefilter
 
 include $(SUBDIR)../subdir.mak