mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-12 01:24:12 +08:00
Makefile.in (taz): Fix modes on $(TOOL) dir also.
This commit is contained in:
@ -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)
|
Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
|
||||||
|
|
||||||
* Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
|
* Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
|
||||||
|
@ -1055,7 +1055,7 @@ taz: $(DEVO_SUPPORT) $(SUPPORT_FILES) texinfo/texinfo.tex texinfo/gpl.texinfo
|
|||||||
./configure sun4
|
./configure sun4
|
||||||
$(MAKE) clean
|
$(MAKE) clean
|
||||||
./configure -rm sun4
|
./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.
|
# Make links, and run "make diststuff" when needed.
|
||||||
# The `echo' for setting `p' is to convert all whitespace to spaces.
|
# The `echo' for setting `p' is to convert all whitespace to spaces.
|
||||||
# Then the `case' further below should tell whether $$d is in
|
# Then the `case' further below should tell whether $$d is in
|
||||||
|
Reference in New Issue
Block a user