From 93fe7eb68d6ec19312dd35bf8506184481d89407 Mon Sep 17 00:00:00 2001 From: Ramiro Polla Date: Fri, 15 Jan 2010 19:16:28 +0000 Subject: Get one step closer to world domination. Remove "make uninstall". Originally committed as revision 21226 to svn://svn.ffmpeg.org/ffmpeg/trunk --- subdir.mak | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'subdir.mak') diff --git a/subdir.mak b/subdir.mak index 1a5158ac69..6948211924 100644 --- a/subdir.mak +++ b/subdir.mak @@ -81,18 +81,6 @@ install-headers:: install -d "$(LIBDIR)/pkgconfig" install -m 644 $(addprefix "$(SRC_DIR)"/,$(HEADERS)) "$(INCINSTDIR)" install -m 644 $(BUILD_ROOT)/lib$(NAME)/lib$(NAME).pc "$(LIBDIR)/pkgconfig" - -uninstall-libs:: - -rm -f "$(SHLIBDIR)/$(SLIBNAME_WITH_MAJOR)" \ - "$(SHLIBDIR)/$(SLIBNAME)" \ - "$(SHLIBDIR)/$(SLIBNAME_WITH_VERSION)" - -$(SLIB_UNINSTALL_EXTRA_CMD) - -rm -f "$(LIBDIR)/$(LIBNAME)" - -uninstall-headers:: - rm -f $(addprefix "$(INCINSTDIR)/",$(HEADERS)) - rm -f "$(LIBDIR)/pkgconfig/lib$(NAME).pc" - -rmdir "$(INCDIR)" endef $(eval $(RULES)) -- cgit v1.2.3