* Makefile.in (bindist): Use * instead of . for file list for tar

command.
This commit is contained in:
Earnie Boyd 2002-04-09 22:06:54 +00:00
parent 4608280d36
commit 63cc0b39c8
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-04-09 Earnie Boyd <earnie@users.sf.net>
* Makefile.in (bindist): Use * instead of . for file list for tar
command.
2002-04-02 Danny Smith <dannysmith@users.sourceforge.net>
* include/wtypes.h (enum tagCLSCTX): Change formatting.

View File

@ -125,7 +125,7 @@ bindist:
chmod 755 $(distdir)
$(MAKE) install prefix=../$(distdir) exec_prefix=../$(distdir)
rm -f $(distdir)$(TARFILEEXT)
cd $(distdir); $(TAR) $(TARFLAGS)cf ../$(distdir)$(TARFILEEXT) .
cd $(distdir); $(TAR) $(TARFLAGS)cf ../$(distdir)$(TARFILEEXT) *
snapshot:
make dist SNAPDATE=$(shell date '+%Y%m%d')