Commit 280581a6 authored by Ryan C. Gordon's avatar Ryan C. Gordon

Merged r4974:4975 from branches/SDL-1.2: sdl.pc removal on make uninstall.

Fixes Bugzilla #813 for the 1.3 branch.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403993
parent 952edb39
...@@ -120,6 +120,7 @@ uninstall-lib: ...@@ -120,6 +120,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
clean: clean:
rm -rf $(objects) rm -rf $(objects)
......
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