* Makefile.in (bindist): Reassign value of exec_prefix on make command

line.
This commit is contained in:
Earnie Boyd 2001-06-06 19:02:59 +00:00
parent 235661a37f
commit 5a2f66ab43
2 changed files with 7 additions and 1 deletions

View 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.

View 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 .