summaryrefslogtreecommitdiff
path: root/build/make/Makefile
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivano@gnu.org>2010-06-21 17:15:04 +0200
committerGiuseppe Scrivano <gscrivano@gnu.org>2010-06-21 17:17:56 +0200
commitcee8f9f9a5416a3d1663c5d860976383608c1037 (patch)
tree9fccbd66113e8d7f46bd4debad122211a2c21144 /build/make/Makefile
parentdaa5d0eb3d837aefdf30c96c11a1af93566d318d (diff)
downloadlibvpx-cee8f9f9a5416a3d1663c5d860976383608c1037.tar
libvpx-cee8f9f9a5416a3d1663c5d860976383608c1037.tar.gz
libvpx-cee8f9f9a5416a3d1663c5d860976383608c1037.tar.bz2
libvpx-cee8f9f9a5416a3d1663c5d860976383608c1037.zip
Remove deprecated `svnstat' rule from Makefile
Diffstat (limited to 'build/make/Makefile')
-rwxr-xr-xbuild/make/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/build/make/Makefile b/build/make/Makefile
index 931614f8a..2da8b4789 100755
--- a/build/make/Makefile
+++ b/build/make/Makefile
@@ -57,7 +57,6 @@ dist:
fi
-svnstat: ALL_TARGETS:=$(firstword $(ALL_TARGETS))
endif
ifneq ($(target),)
@@ -363,12 +362,3 @@ INSTALL_TARGETS += .install-docs .install-srcs .install-libs .install-bins
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