mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
31f08be6a3
Note you need an existing gnat compiler to build this. (A package will do.) PR: 3687 Submitted by: Maurice Castro <maurice@planet.serc.rmit.edu.au> and Daniel M. Eischen <deischen@iworks.InterWorks.org>
21 lines
694 B
Plaintext
21 lines
694 B
Plaintext
diff -c orig/ada/Makefile.in gcc/ada/Makefile.in
|
|
*** orig/ada/Makefile.in Thu Apr 3 12:40:23 1997
|
|
--- gcc-2.7.2.1/ada/Makefile.in Thu Apr 3 12:41:49 1997
|
|
***************
|
|
*** 956,962 ****
|
|
$(srcdir)/../move-if-change tmp-ttypef.ads ttypef.ads
|
|
touch stamp-ttypef
|
|
|
|
! ADA_INCLUDE_DIR = $(prefix)/adainclude
|
|
ADA_RTL_OBJ_DIR = $(libsubdir)/adalib
|
|
|
|
# Note: the strings below do not make sense for Ada strings in the OS/2
|
|
--- 956,962 ----
|
|
$(srcdir)/../move-if-change tmp-ttypef.ads ttypef.ads
|
|
touch stamp-ttypef
|
|
|
|
! ADA_INCLUDE_DIR = $(prefix)/include/adainclude
|
|
ADA_RTL_OBJ_DIR = $(libsubdir)/adalib
|
|
|
|
# Note: the strings below do not make sense for Ada strings in the OS/2
|