diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-05-20 18:25:38 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-05-20 18:25:38 +0000 |
commit | 2b6582b41a2b8c3c78f7751a72842c89384bd2f8 (patch) | |
tree | 4c84582cfbdea8e191ed8668b1e20474c6100c0d | |
parent | 0cb51aa15a65bbce30f2fbf750d417e4deb11886 (diff) | |
download | gdb-2b6582b41a2b8c3c78f7751a72842c89384bd2f8.zip gdb-2b6582b41a2b8c3c78f7751a72842c89384bd2f8.tar.gz gdb-2b6582b41a2b8c3c78f7751a72842c89384bd2f8.tar.bz2 |
Makefile.in (taz): Fix modes on $(TOOL) dir also.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) + + * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also. + Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com) * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and diff --git a/Makefile.in b/Makefile.in index bb4d209..6b93cf9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1055,7 +1055,7 @@ taz: $(DEVO_SUPPORT) $(SUPPORT_FILES) texinfo/texinfo.tex texinfo/gpl.texinfo ./configure sun4 $(MAKE) clean ./configure -rm sun4 - chmod og=u `find etc $(DEVO_SUPPORT) $(SUPPORT_FILES) -print` + chmod og=u `find etc $(DEVO_SUPPORT) $(SUPPORT_FILES) $(TOOL) -print` # Make links, and run "make diststuff" when needed. # The `echo' for setting `p' is to convert all whitespace to spaces. # Then the `case' further below should tell whether $$d is in |