]> git.pld-linux.org Git - packages/crossmingw32-expat.git/blame - expat-DESTDIR.patch
- updated to 1.95.8
[packages/crossmingw32-expat.git] / expat-DESTDIR.patch
CommitLineData
d155c991
JB
1--- expat-1.95.8/Makefile.in.orig 2004-05-07 22:00:48.000000000 +0200
2+++ expat-1.95.8/Makefile.in 2004-07-24 23:24:29.522051752 +0200
3@@ -73,14 +73,14 @@
88721c5e
JB
4 tests/runtests
5
6 install: xmlwf/xmlwf installlib
d155c991 7- $(mkinstalldirs) $(bindir) $(man1dir)
88721c5e 8- $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) xmlwf/xmlwf $(bindir)/xmlwf
d155c991
JB
9- $(INSTALL_DATA) $(MANFILE) $(man1dir)
10+ $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(man1dir)
88721c5e 11+ $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) xmlwf/xmlwf $(DESTDIR)$(bindir)/xmlwf
d155c991 12+ $(INSTALL_DATA) $(MANFILE) $(DESTDIR)$(man1dir)
88721c5e 13
5e6426ee 14 installlib: $(LIBRARY) $(APIHEADER)
88721c5e 15- $(mkinstalldirs) $(libdir) $(includedir)
5e6426ee
JB
16- $(LIBTOOL) --mode=install $(INSTALL) $(LIBRARY) $(libdir)/$(LIBRARY)
17- $(INSTALL_DATA) $(APIHEADER) $(includedir)
88721c5e 18+ $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir)
5e6426ee
JB
19+ $(LIBTOOL) --mode=install $(INSTALL) $(LIBRARY) $(DESTDIR)$(libdir)/$(LIBRARY)
20+ $(INSTALL_DATA) $(APIHEADER) $(DESTDIR)$(includedir)
88721c5e
JB
21
22 uninstall: uninstalllib
23 $(LIBTOOL) --mode=uninstall rm -f $(bindir)/xmlwf
This page took 0.102048 seconds and 4 git commands to generate.