OSDN Git Service

* Makefile.in (bindist): Use * instead of . for file list for tar
authorearnie <earnie>
Tue, 9 Apr 2002 22:06:54 +0000 (22:06 +0000)
committerearnie <earnie>
Tue, 9 Apr 2002 22:06:54 +0000 (22:06 +0000)
command.

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

index 18e09f4..730304a 100644 (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.
index c3b3165..7d18e8b 100644 (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')