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
This commit is contained in:
parent
ef83107326
commit
f8cb9e8845
1 changed files with 1 additions and 0 deletions
|
@ -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|^.*/||'`; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue