summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/w32api/Makefile.in')
-rw-r--r--winsup/w32api/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/w32api/Makefile.in b/winsup/w32api/Makefile.in
index c3b31653c..7d18e8b07 100644
--- a/winsup/w32api/Makefile.in
+++ b/winsup/w32api/Makefile.in
@@ -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')