Commit f8cb9e88 authored by Ryan C. Gordon's avatar Ryan C. Gordon

Remove sdl.pc during "make uninstall"

 Fixes Bugzilla #813 for the 1.2 branch.

--HG--
branch : SDL-1.2
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%403991
parent ef831073
...@@ -123,6 +123,7 @@ uninstall-lib: ...@@ -123,6 +123,7 @@ uninstall-lib:
rm -f $(DESTDIR)$(libdir)/$(SDLMAIN_TARGET) rm -f $(DESTDIR)$(libdir)/$(SDLMAIN_TARGET)
uninstall-data: uninstall-data:
rm -f $(DESTDIR)$(datadir)/aclocal/sdl.m4 rm -f $(DESTDIR)$(datadir)/aclocal/sdl.m4
rm -f $(DESTDIR)$(libdir)/pkgconfig/sdl.pc
uninstall-man: uninstall-man:
for src in $(srcdir)/docs/man3/*.3; do \ for src in $(srcdir)/docs/man3/*.3; do \
file=`echo $$src | sed -e 's|^.*/||'`; \ file=`echo $$src | sed -e 's|^.*/||'`; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment