mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 20:39:33 +08:00
* Makefile.in (bindist): Reassign value of exec_prefix on make command
line.
This commit is contained in:
parent
235661a37f
commit
5a2f66ab43
@ -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.
|
||||
|
@ -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 .
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user