diff options
Diffstat (limited to 'gcc/ada/Makefile.in')
-rw-r--r-- | gcc/ada/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ada/Makefile.in b/gcc/ada/Makefile.in index 97544297887..84d12a62ba9 100644 --- a/gcc/ada/Makefile.in +++ b/gcc/ada/Makefile.in @@ -1204,8 +1204,8 @@ endif $(LIBGNAT_TARGET_PAIRS_AUX2) ifeq ($(strip $(filter-out ia64 hp vms% openvms%,$(targ))),) - TOOLS_TARGET_PAIRS= \ - mlib-tgt.adb<mlib-tgt-vms-ia64.adb \ + TOOLS_TARGET_PAIRS= \ + mlib-tgt.adb<mlib-tgt-vms-ia64.adb \ symbols.adb<symbols-vms-ia64.adb else TOOLS_TARGET_PAIRS= \ @@ -1246,6 +1246,7 @@ ifeq ($(strip $(filter-out cygwin32% mingw32% pe,$(osys))),) s-osprim.adb<s-osprim-mingw.adb \ s-taprop.adb<s-taprop-mingw.adb \ s-taspri.ads<s-taspri-mingw.ads \ + s-parame.adb<s-parame-mingw.adb \ g-socthi.ads<g-socthi-mingw.ads \ g-socthi.adb<g-socthi-mingw.adb \ g-soccon.ads<g-soccon-mingw.ads \ |