]> sourceware.org Git - newlib-cygwin.git/commitdiff
* Makefile.in (bindist): Reassign value of exec_prefix on make command
authorEarnie Boyd <earnie@users.sf.net>
Wed, 6 Jun 2001 19:02:59 +0000 (19:02 +0000)
committerEarnie Boyd <earnie@users.sf.net>
Wed, 6 Jun 2001 19:02:59 +0000 (19:02 +0000)
line.

winsup/w32api/ChangeLog
winsup/w32api/Makefile.in

index 337ea474a3a8bbf36ebf364a8b9938bf6ed10a1e..efb98472bb4eff2a513beba4aad733cf676cd2b8 100644 (file)
@@ -1,3 +1,9 @@
+
+2001.06.06  Earnie Boyd  <earnie@users.sourceforge.net>
+
+       * Makefile.in (bindist): Reassign value of exec_prefix on make command
+       line. 
+
 Tue May 22 18:58:27 2001  Christopher Faylor <cgf@cygnus.com>
 
        * lib/mapi32.def: Add MAPISendMail.
index 001faa02917dd5e234df2ce01c37c7acd272a07e..9c175e200caa3df12d3d0ed860090e5a1cde851b 100644 (file)
@@ -108,7 +108,7 @@ bindist:
        rm -rf $(distdir)
        mkdir $(distdir)
        chmod 755 $(distdir)
-       $(MAKE) install prefix=../$(distdir)
+       $(MAKE) install prefix=../$(distdir) exec_prefix=../$(distdir)
        rm -f $(distdir).tar.gz
        cd $(distdir); $(TAR) czf ../$(distdir).tar.gz .
 
This page took 0.033295 seconds and 5 git commands to generate.