# HG changeset patch # User Ryan C. Gordon # Date 1254993271 0 # Node ID 3c9e6f2f3c5805d9639215818ba655e937c10bda # Parent 98c5b421426e76d870119400efc67196b3a4872f Merged r4974:4975 from branches/SDL-1.2: sdl.pc removal on make uninstall. Fixes Bugzilla #813 for the 1.3 branch. diff -r 98c5b421426e -r 3c9e6f2f3c58 Makefile.in --- a/Makefile.in Thu Oct 08 09:07:58 2009 +0000 +++ b/Makefile.in Thu Oct 08 09:14:31 2009 +0000 @@ -120,6 +120,7 @@ rm -f $(DESTDIR)$(libdir)/$(SDLMAIN_TARGET) uninstall-data: rm -f $(DESTDIR)$(datadir)/aclocal/sdl.m4 + rm -f $(DESTDIR)$(libdir)/pkgconfig/sdl.pc clean: rm -rf $(objects)