Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove sdl.pc during "make uninstall"
 Fixes Bugzilla #813 for the 1.2 branch.
  • Loading branch information
icculus committed Oct 8, 2009
1 parent d63f56f commit 7c7d107
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.in
Expand Up @@ -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|^.*/||'`; \
Expand Down

0 comments on commit 7c7d107

Please sign in to comment.