* Makefile.in (install-gnatlib): Remove spurious hyphen.

From-SVN: r90221
This commit is contained in:
Andreas Schwab 2004-11-07 01:34:55 +00:00 committed by Andreas Schwab
parent d56ab5d287
commit 426e7d289b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-11-07 Andreas Schwab <schwab@suse.de>
* Makefile.in (install-gnatlib): Remove spurious hyphen.
2004-11-02 Andrew Pinski <pinskia@physics.uc.edu>
PR ada/18228

View File

@ -1708,7 +1708,7 @@ install-gnatlib: ../stamp-gnatlib
-$(INSTALL_DATA) rts/g-trasym$(objext) $(DESTDIR)$(ADA_RTL_OBJ_DIR)
-cd rts; for file in *$(arext);do \
$(INSTALL_DATA) $$file $(DESTDIR)$(ADA_RTL_OBJ_DIR); \
-$(RANLIB) $(RANLIB_FLAGS) $(DESTDIR)$(ADA_RTL_OBJ_DIR)/$$file; \
$(RANLIB) $(RANLIB_FLAGS) $(DESTDIR)$(ADA_RTL_OBJ_DIR)/$$file; \
done
-$(foreach file, $(EXTRA_ADALIB_FILES), \
$(INSTALL_DATA_DATE) rts/$(file) $(DESTDIR)$(ADA_RTL_OBJ_DIR) && \