~lrn1986/stupidbuild/msys2-xc

« back to all changes in this revision

Viewing changes to src/msys/expat/patches/0001-use-exeext.all.patch

  • Committer: LRN
  • Date: 2015-03-25 16:02:51 UTC
  • Revision ID: lrn1986@gmail.com-20150325160251-hecdhgrbbfowxa91
Initial commit for the buildsystem rewrite

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- expat-2.1.0/Makefile.in.orig        2015-01-02 02:10:40.264353339 +0300
 
2
+++ expat-2.1.0/Makefile.in     2015-01-02 02:10:10.959651272 +0300
 
3
@@ -79,7 +79,7 @@
 
4
 
 
5
 install: xmlwf/xmlwf@EXEEXT@ installlib
 
6
        $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(man1dir)
 
7
-       $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) xmlwf/xmlwf@EXEEXT@ $(DESTDIR)$(bindir)/xmlwf
 
8
+       $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) xmlwf/xmlwf@EXEEXT@ $(DESTDIR)$(bindir)/xmlwf@EXEEXT@
 
9
        $(INSTALL_DATA) $(MANFILE) $(DESTDIR)$(man1dir)
 
10
 
 
11
 installlib: $(LIBRARY) $(APIHEADER) expat.pc