shithub: libvpx

Download patch

ref: cee8f9f9a5416a3d1663c5d860976383608c1037
parent: daa5d0eb3d837aefdf30c96c11a1af93566d318d
author: Giuseppe Scrivano <gscrivano@gnu.org>
date: Mon Jun 21 13:15:04 EDT 2010

Remove deprecated `svnstat' rule from Makefile

--- a/build/make/Makefile
+++ b/build/make/Makefile
@@ -57,7 +57,6 @@
         fi
 
 
-svnstat: ALL_TARGETS:=$(firstword $(ALL_TARGETS))
 endif
 
 ifneq ($(target),)
@@ -363,12 +362,3 @@
 all-$(target): $(BUILD_TARGETS)
 install:: $(INSTALL_TARGETS)
 dist: $(INSTALL_TARGETS)
-
-#
-# Development helper targets
-#
-ifneq ($(SRC_PATH_BARE),)
-.PHONY: svnstat
-svnstat:
-	svn stat $(SRC_PATH_BARE)
-endif