# HG changeset patch # User Ryan C. Gordon # Date 1254992523 0 # Node ID f63ca354c35edafa939bab37f01cf747302a2ebf # Parent 261ad7b40a31fded459b6d87aa7badb4134d4308 Remove sdl.pc during "make uninstall" Fixes Bugzilla #813 for the 1.2 branch. diff -r 261ad7b40a31 -r f63ca354c35e Makefile.in --- a/Makefile.in Thu Oct 08 07:48:37 2009 +0000 +++ b/Makefile.in Thu Oct 08 09:02:03 2009 +0000 @@ -123,6 +123,7 @@ 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|^.*/||'`; \