From 89678da6f42936d6f9b07698d03dba7202ae40c7 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 8 Oct 2009 09:14:31 +0000 Subject: [PATCH] Merged r4974:4975 from branches/SDL-1.2: sdl.pc removal on make uninstall. Fixes Bugzilla #813 for the 1.3 branch. --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index e3751375a..36356dd46 100644 --- a/Makefile.in +++ b/Makefile.in @@ -120,6 +120,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 clean: rm -rf $(objects)