From 7c7d1071ee6bf99a4460d0b938051d0d67a70f53 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 8 Oct 2009 09:02:03 +0000 Subject: [PATCH] Remove sdl.pc during "make uninstall" Fixes Bugzilla #813 for the 1.2 branch. --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index 2bdbd668d..e29dc6db4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -123,6 +123,7 @@ uninstall-lib: rm -f $(DESTDIR)$(libdir)/$(SDLMAIN_TARGET) uninstall-data: rm -f $(DESTDIR)$(datadir)/aclocal/sdl.m4 + rm -f $(DESTDIR)$(libdir)/pkgconfig/sdl.pc uninstall-man: for src in $(srcdir)/docs/man3/*.3; do \ file=`echo $$src | sed -e 's|^.*/||'`; \