Commit 426e7d28 by Andreas Schwab Committed by Andreas Schwab

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

From-SVN: r90221
parent d56ab5d2
2004-11-07 Andreas Schwab <schwab@suse.de>
* Makefile.in (install-gnatlib): Remove spurious hyphen.
2004-11-02 Andrew Pinski <pinskia@physics.uc.edu> 2004-11-02 Andrew Pinski <pinskia@physics.uc.edu>
PR ada/18228 PR ada/18228
......
...@@ -1708,7 +1708,7 @@ install-gnatlib: ../stamp-gnatlib ...@@ -1708,7 +1708,7 @@ install-gnatlib: ../stamp-gnatlib
-$(INSTALL_DATA) rts/g-trasym$(objext) $(DESTDIR)$(ADA_RTL_OBJ_DIR) -$(INSTALL_DATA) rts/g-trasym$(objext) $(DESTDIR)$(ADA_RTL_OBJ_DIR)
-cd rts; for file in *$(arext);do \ -cd rts; for file in *$(arext);do \
$(INSTALL_DATA) $$file $(DESTDIR)$(ADA_RTL_OBJ_DIR); \ $(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 done
-$(foreach file, $(EXTRA_ADALIB_FILES), \ -$(foreach file, $(EXTRA_ADALIB_FILES), \
$(INSTALL_DATA_DATE) rts/$(file) $(DESTDIR)$(ADA_RTL_OBJ_DIR) && \ $(INSTALL_DATA_DATE) rts/$(file) $(DESTDIR)$(ADA_RTL_OBJ_DIR) && \
......
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