[Ffmpeg-cvslog] r5700 - trunk/Makefile

diego subversion
Mon Jul 10 02:29:33 CEST 2006


Author: diego
Date: Mon Jul 10 02:29:33 2006
New Revision: 5700

Modified:
   trunk/Makefile

Log:
Remove silly TEST variable that is used in one line but not directly above.


Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Mon Jul 10 02:29:33 2006
@@ -54,12 +54,6 @@
 INSTALLVHOOK=install-vhook
 endif
 
-ifeq ($(TARGET_OS), SunOS)
-TEST=/usr/bin/test
-else
-TEST=test
-endif
-
 ifeq ($(BUILD_DOC),yes)
 DOC=documentation
 endif
@@ -206,7 +200,7 @@
 
 .libs: lib
 	@test -f .libs || touch .libs
-	@for i in $(DEP_LIBS) ; do if $(TEST) $$i -nt .libs ; then touch .libs; fi ; done
+	@for i in $(DEP_LIBS) ; do if test $$i -nt .libs ; then touch .libs; fi ; done
 
 clean:
 	$(MAKE) -C libavutil   clean




More information about the ffmpeg-cvslog mailing list