Makefile.in (../stamp-gnatlib1-$(RTSDIR)): Copy tsystem.h into $(RTSDIR) instead...
authorJakub Jelinek <jakub@redhat.com>
Mon, 29 Aug 2011 21:01:42 +0000 (23:01 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 29 Aug 2011 21:01:42 +0000 (23:01 +0200)
* gcc-interface/Makefile.in (../stamp-gnatlib1-$(RTSDIR)): Copy
tsystem.h into $(RTSDIR) instead of rts.

From-SVN: r178259

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

index 51788c798555c1931a66d4dc42902be1775a7700..ca620533c9f42fc743377a1a3d4dd0204d5cff02 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 0ca0184ff3917e6828e952000bc420c483ff5a54..ef98039f295df925d2c22b795a938908fe937a11 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)