Commit 7053a60f by Arnaud Charlet Committed by Arnaud Charlet

* Makefile.in: Remove handling of gnatbl.

From-SVN: r134067
parent c96597bf
2008-04-05 Arnaud Charlet <charlet@adacore.com>
* Makefile.in: Remove handling of gnatbl.
2007-12-05 Bechir Zalila <bechir.zalila@gmail.com>
PR ada/34284
......
......@@ -199,7 +199,7 @@ gnattools-native: $(GCC_DIR)/stamp-tools $(GCC_DIR)/stamp-gnatlib
# gnattools1
$(MAKE) -C $(GCC_DIR)/ada/tools -f ../Makefile \
$(TOOLS_FLAGS_TO_PASS_1) \
../../gnatmake$(exeext) ../../gnatlink$(exeext) ../../gnatbl$(exeext)
../../gnatmake$(exeext) ../../gnatlink$(exeext)
# gnattools2
$(MAKE) -C $(GCC_DIR)/ada/tools -f ../Makefile \
$(TOOLS_FLAGS_TO_PASS_NATIVE) \
......@@ -242,9 +242,6 @@ gnattools-cross: $(GCC_DIR)/stamp-tools
if [ -f $(GCC_DIR)/gnatbind$(exeext) ] ; then \
mv $(GCC_DIR)/gnatbind$(exeext) $(GCC_DIR)/gnatbind-cross$(exeext); \
fi
if [ -f $(GCC_DIR)/gnatbl$(exeext) ] ; then \
mv $(GCC_DIR)/gnatbl$(exeext) $(GCC_DIR)/gnatbl-cross$(exeext); \
fi
if [ -f $(GCC_DIR)/gnatchop$(exeext) ] ; then \
mv $(GCC_DIR)/gnatchop$(exeext) $(GCC_DIR)/gnatchop-cross$(exeext); \
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment