* write.c (subsegs_finish): Don't specially align last subseg.
[deliverable/binutils-gdb.git] / Makefile.in
index 94f0a35f669c980f96291f93f5bcaa20a558625f..12a69d3d3e6beb4983929a0446d00ff84f50f4fe 100644 (file)
@@ -743,7 +743,6 @@ ALL_X11_MODULES = \
        all-emacs19 \
        all-gdb \
        all-expect \
-       all-gash \
        all-guile \
        all-tclX \
        all-tk \
@@ -757,7 +756,6 @@ CHECK_X11_MODULES = \
        check-gdb \
        check-guile \
        check-expect \
-       check-gash \
        check-tclX \
        check-tk \
        check-tix
@@ -770,7 +768,6 @@ INSTALL_X11_MODULES = \
        install-gdb \
        install-guile \
        install-expect \
-       install-gash \
        install-tclX \
        install-tk \
        install-tk8.1 \
@@ -953,7 +950,6 @@ CLEAN_X11_MODULES = \
        clean-emacs19 \
        clean-gdb \
        clean-expect \
-       clean-gash \
        clean-guile \
        clean-tclX \
        clean-tk \
@@ -1733,7 +1729,6 @@ all-findutils:
 all-find:
 all-flex: all-libiberty all-bison all-byacc
 all-gas: all-libiberty all-opcodes all-bfd all-intl
-all-gash: all-tcl
 all-gawk:
 all-gcc: all-bison all-byacc all-binutils all-gas all-ld all-zlib
 all-bootstrap: all-libiberty all-texinfo all-bison all-byacc all-binutils all-gas all-ld all-zlib
@@ -1831,8 +1826,8 @@ install-sid: install-tcl install-tk
 ### other supporting targets
 
 MAKEDIRS= \
-       $(prefix) \
-       $(exec_prefix)
+       $(DESTDIR)$(prefix) \
+       $(DESTDIR)$(exec_prefix)
 .PHONY: installdirs
 installdirs: mkinstalldirs
        $(SHELL) $(srcdir)/mkinstalldirs $(MAKEDIRS)
This page took 0.023864 seconds and 4 git commands to generate.