diff options
-rw-r--r-- | gdb/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index bf369af..8e66189 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -474,6 +474,7 @@ gdb-$(VERSION).tar.Z: ${TARFILES} ${TARDIRS} cd $(DIST)/tconfig ; \ for i in $(SFILES_SUBDIR) $(NONSRC_SUBDIR) $(ALLDEPFILES_SUBDIR); \ do ln -s ../../$$i ../$$i ; done + chmod og=u `find $(DIST) -print` tar chf - $(DIST) | compress >gdb-$(VERSION).tar.Z rm -rf $(DIST) |