Move the hacked unexport line so that it does not become the first
[deliverable/binutils-gdb.git] / Makefile.in
index 5a8b1d4c3252bc66c42b854628cff26b6a66c88d..a36338b9425706137b0d63e602de8e16a495335b 100644 (file)
@@ -118,11 +118,6 @@ CHILL_FOR_TARGET = ` \
     fi; \
   fi`
 
-## This is ugly, but I don't want GNU make to put these variables in
-## the environment.  Older makes will see this as a set of targets
-## with no dependencies and no actions.
-unexport CHILLFLAGS CHILL_LIB CHILL_FOR_TARGET :
-
 $(end-sanitize-chill)
 
 CXX_FOR_TARGET = ` \
@@ -192,7 +187,7 @@ XTRAFLAGS = ` \
      echo ; \
   fi`
 
-PRMS = all-prms
+PRMS = install-prms
 
 #### host and target specific makefile fragments come in here.
 ###
@@ -291,12 +286,19 @@ GCC_FLAGS_TO_PASS = $(BASE_FLAGS_TO_PASS) $(EXTRA_GCC_FLAGS)
 # The first rule in the file had better be this one.  Don't put any above it.
 all:   $(ALL)
 
-.PHONY: all check dvi info install-info install-info-dirs
-.PHONY: do-info do-check do-dvi do-install-info
+.PHONY: all check installcheck dvi info install-info install-info-dirs
+.PHONY: do-info do-check do-installcheck do-dvi do-install-info
 .PHONY: do-clean do-mostlyclean do-distclean do-realclean
 .NOEXPORT:
 MAKEOVERRIDES=
 
+$(start-sanitize-chill)
+## This is ugly, but I don't want GNU make to put these variables in
+## the environment.  Older makes will see this as a set of targets
+## with no dependencies and no actions.
+unexport CHILLFLAGS CHILL_LIB CHILL_FOR_TARGET :
+$(end-sanitize-chill)
+
 # Do a target for all the subdirectories.  A ``make do-X'' will do a
 # ``make X'' in all subdirectories (because, in general, there is a
 # dependency (below) of X upon do-X, a ``make X'' will also do this,
@@ -304,7 +306,7 @@ MAKEOVERRIDES=
 # This target ensures that $(BASE_FLAGS_TO_PASS) appears only once,
 # because it is so large that it can easily overflow the command line
 # length limit on some systems.
-do-info do-check do-dvi do-install-info do-clean do-mostlyclean do-distclean do-realclean:
+do-info do-check do-installcheck do-dvi do-install-info do-clean do-mostlyclean do-distclean do-realclean:
        @target=`echo $@ | sed -e 's/^do-//'`; \
        rootme=`pwd`; export rootme; \
        srcroot=`cd $(srcdir); pwd`; export srcroot; \
@@ -339,6 +341,7 @@ do-info do-check do-dvi do-install-info do-clean do-mostlyclean do-distclean do-
 
 info: do-info
 check: do-check
+installcheck: do-installcheck
 dvi: do-dvi
 
 install-info: install-info-dirs do-install-info dir.info
This page took 0.024629 seconds and 4 git commands to generate.