Mercurial > sdl-ios-xcode
comparison Makefile.in @ 4285:f63ca354c35e SDL-1.2
Remove sdl.pc during "make uninstall"
Fixes Bugzilla #813 for the 1.2 branch.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 08 Oct 2009 09:02:03 +0000 |
parents | 0e7b63f8ac75 |
children |
comparison
equal
deleted
inserted
replaced
4284:261ad7b40a31 | 4285:f63ca354c35e |
---|---|
121 uninstall-lib: | 121 uninstall-lib: |
122 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$(TARGET) | 122 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$(TARGET) |
123 rm -f $(DESTDIR)$(libdir)/$(SDLMAIN_TARGET) | 123 rm -f $(DESTDIR)$(libdir)/$(SDLMAIN_TARGET) |
124 uninstall-data: | 124 uninstall-data: |
125 rm -f $(DESTDIR)$(datadir)/aclocal/sdl.m4 | 125 rm -f $(DESTDIR)$(datadir)/aclocal/sdl.m4 |
126 rm -f $(DESTDIR)$(libdir)/pkgconfig/sdl.pc | |
126 uninstall-man: | 127 uninstall-man: |
127 for src in $(srcdir)/docs/man3/*.3; do \ | 128 for src in $(srcdir)/docs/man3/*.3; do \ |
128 file=`echo $$src | sed -e 's|^.*/||'`; \ | 129 file=`echo $$src | sed -e 's|^.*/||'`; \ |
129 rm -f $(DESTDIR)$(mandir)/man3/$$file; \ | 130 rm -f $(DESTDIR)$(mandir)/man3/$$file; \ |
130 done | 131 done |