+2003-01-29 Christian Cornelssen <ccorn@cs.tu-berlin.de>
+
+ * Make-lang.in (gnattools, ada.install-common):
+ Complete indentation fixes.
+ (ada.install-common): Now really remove the erroneous and
+ redundant gnatchop installation commands.
+
2003-01-28 Laurent Guerby <guerby@acm.org>
PR ada/8344
gnatkr$(exeext) gnatlink$(exeext) \
gnatls$(exeext) gnatmake$(exeext) \
gnatprep$(exeext) gnatpsta$(exeext) gnatpsys$(exeext) \
- gnatxref$(exeext) gnatfind$(exeext) $(EXTRA_GNATTOOLS)
+ gnatxref$(exeext) gnatfind$(exeext) $(EXTRA_GNATTOOLS)
# use host-gcc
cross-gnattools: force
-if [ -f gnat1$(exeext) ] ; \
then \
if [ -f gnatchop-cross$(exeext) ] ; \
- then \
- $(RM) $(DESTDIR)$(bindir)/$(target_alias)-gnatchop$(shext); \
- $(INSTALL_PROGRAM) $(srcdir)/ada/gnatchop$(shext) $(DESTDIR)$(bindir)/$(target_alias)-gnatchop$(shext); \
- if [ -d $(DESTDIR)$(tooldir)/bin/. ] ; then \
- rm -f $(DESTDIR)$(tooldir)/bin/gnatchop$(shext); \
- $(INSTALL_PROGRAM) gnatchop$(shext) $(DESTDIR)$(tooldir)/bin/gnatchop$(exeext); \
- fi; \
- else \
- $(RM) $(DESTDIR)$(bindir)/gnatchop$(shext); \
- $(INSTALL_PROGRAM) $(srcdir)/ada/gnatchop$(shext) $(DESTDIR)$(bindir)/gnatchop$(shext); \
- fi ; \
- fi
- -if [ -f gnat1$(exeext) ] ; \
- then \
- if [ -f gnatchop-cross$(shext) ] ; \
then \
$(RM) $(DESTDIR)$(bindir)/$(target_alias)-gnatchop$(exeext); \
$(INSTALL_PROGRAM) gnatchop-cross$(exeext) $(DESTDIR)$(bindir)/$(target_alias)-gnatchop$(exeext); \
$(INSTALL_PROGRAM) gnatdll$(exeext) $(DESTDIR)$(bindir)/gnatdll$(exeext); \
fi ; \
fi
- -if [ -f gnat1$(exeext) ] ; \
- then \
- if [ -f gnatchop$(exeext) ] ; \
- then \
- $(RM) $(DESTDIR)$(bindir)/gnatchop$(exeext); \
- $(INSTALL_PROGRAM) gnatchop$(exeext) $(DESTDIR)$(bindir)/gnatchop$(exeext); \
- fi ; \
#
# Finally, install the library
#