Makefile.in (../stamp-gnatlib1-$(RTSDIR)): Copy tsystem.h into $(RTSDIR) instead of rts.
* gcc-interface/Makefile.in (../stamp-gnatlib1-$(RTSDIR)): Copy tsystem.h into $(RTSDIR) instead of rts. From-SVN: r178259
This commit is contained in:
parent
e621f5307a
commit
cdc4cc6593
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user