OSDN Git Service

PR fortran/34028
[pf3gnuchains/gcc-fork.git] / gnattools / Makefile.in
index fcd59ce..64830a0 100644 (file)
@@ -38,7 +38,6 @@ TRACE=no
 ADA_FOR_BUILD=
 ADA_FOR_TARGET=
 LDFLAGS=
-STAGE_PREFIX=
 PWD_COMMAND = $${PWDCMD-pwd}
 
 # The tedious process of getting CFLAGS right.
@@ -157,8 +156,7 @@ GNATTOOLS2_FILES = \
        ../../gnatxref$(exeext) \
        ../../gnatfind$(exeext) \
        ../../gnatname$(exeext) \
-       ../../gnatclean$(exeext) \
-       ../../gprmake$(exeext)
+       ../../gnatclean$(exeext)
 
 # Makefile targets
 # ----------------
@@ -225,7 +223,7 @@ regnattools: $(GCC_DIR)/stamp-gnatlib
 # files that are among the sources
 # FIXME: This should be done in configure.
 RTS_DIR:=$(strip $(subst \,/,$(shell gnatls -v | grep adalib )))
-gnattools-cross: $(GCC_DIR)/stamp-tools $(GCC_DIR)/stamp-gnatlib
+gnattools-cross: $(GCC_DIR)/stamp-tools
        # gnattools1-re
        $(MAKE) -C $(GCC_DIR)/ada/tools -f ../Makefile \
          $(TOOLS_FLAGS_TO_PASS_CROSS) INCLUDES="" \
@@ -302,6 +300,12 @@ info:
 # Build DVI (none here).
 dvi:
 
+# Build PDF (none here).
+pdf:
+
+# Build HTML (none here).
+html:
+
 # Build TAGS (none here).
 TAGS:
 
@@ -310,6 +314,10 @@ install:
 
 install-info:
 
+install-pdf:
+
+install-html:
+
 # Cleaning rules.
 mostlyclean: