mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 23:57:03 +08:00
thin out directories actually created
This commit is contained in:
13
Makefile.in
13
Makefile.in
@ -16,7 +16,7 @@
|
|||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||||
#
|
#
|
||||||
# Last Mod Thu Nov 7 03:37:41 PST 1991, by rich@sendai
|
# Last Mod Thu Nov 7 18:50:14 PST 1991, by rich@sendai
|
||||||
#
|
#
|
||||||
# $Id$
|
# $Id$
|
||||||
|
|
||||||
@ -157,20 +157,11 @@ MAKEDIRS= \
|
|||||||
$(ddestdir)/lib \
|
$(ddestdir)/lib \
|
||||||
$(ddestdir)/lib/emacs \
|
$(ddestdir)/lib/emacs \
|
||||||
$(idestdir) \
|
$(idestdir) \
|
||||||
$(idestdir)/bin \
|
|
||||||
$(idestdir)/lib \
|
$(idestdir)/lib \
|
||||||
$(idestdir)/include \
|
|
||||||
$(idestdir)/doc \
|
$(idestdir)/doc \
|
||||||
$(idestdir)/man \
|
$(idestdir)/man \
|
||||||
$(idestdir)/man/man1 \
|
$(idestdir)/man/man1 \
|
||||||
$(idestdir)/man/man2 \
|
$(idestdir)/man/man5
|
||||||
$(idestdir)/man/man3 \
|
|
||||||
$(idestdir)/man/man4 \
|
|
||||||
$(idestdir)/man/man5 \
|
|
||||||
$(idestdir)/man/man6 \
|
|
||||||
$(idestdir)/man/man7 \
|
|
||||||
$(idestdir)/man/man8
|
|
||||||
|
|
||||||
|
|
||||||
install-dirs: force
|
install-dirs: force
|
||||||
for i in $(MAKEDIRS) ; do \
|
for i in $(MAKEDIRS) ; do \
|
||||||
|
Reference in New Issue
Block a user