OSDN Git Service

* gcc-interface/Makefile.in (../stamp-gnatlib1-$(RTSDIR)): Copy
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Aug 2011 21:01:42 +0000 (21:01 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Aug 2011 21:01:42 +0000 (21:01 +0000)
tsystem.h into $(RTSDIR) instead of rts.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@178259 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ada/ChangeLog
gcc/ada/gcc-interface/Makefile.in

index 51788c7..ca62053 100644 (file)
@@ -1,3 +1,8 @@
+2011-08-29  Jakub Jelinek  <jakub@redhat.com>
+
+       * gcc-interface/Makefile.in (../stamp-gnatlib1-$(RTSDIR)): Copy
+       tsystem.h into $(RTSDIR) instead of rts.
+
 2011-08-29  Robert Dewar  <dewar@adacore.com>
 
        * sem_ch10.adb, a-coorse.adb, exp_dist.adb, exp_ch3.adb: Minor
index 0ca0184..ef98039 100644 (file)
@@ -2467,7 +2467,7 @@ install-gnatlib: ../stamp-gnatlib-$(RTSDIR)
                  $(LN_S) $(fsrcpfx)ada/$(word 2,$(subst <, ,$(PAIR))) \
                        $(RTSDIR)/$(word 1,$(subst <, ,$(PAIR)));)
 # Copy tsystem.h
-       $(CP) $(srcdir)/tsystem.h rts
+       $(CP) $(srcdir)/tsystem.h $(RTSDIR)
 # Copy generated target dependent sources
        $(RM) $(RTSDIR)/s-oscons.ads
        (cd $(RTSDIR); $(LN_S) ../s-oscons.ads s-oscons.ads)