diff Makefile @ 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 99c0c6d046d8
children 50591c943aa3
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