aboutsummaryrefslogtreecommitdiff
path: root/gas/Makefile.am
diff options
context:
space:
mode:
authorIndu Bhagat <indu.bhagat@oracle.com>2024-05-22 08:38:34 -0700
committerIndu Bhagat <indu.bhagat@oracle.com>2024-05-22 08:40:01 -0700
commitf6f70819a6161115fa68e80cbc63cac162f27745 (patch)
treee84759e6c891828c04807c12a7b42841779db81c /gas/Makefile.am
parentef2d28fd02c37d5ab4c3a6a2e9e8844d9ff96a4c (diff)
downloadgdb-f6f70819a6161115fa68e80cbc63cac162f27745.zip
gdb-f6f70819a6161115fa68e80cbc63cac162f27745.tar.gz
gdb-f6f70819a6161115fa68e80cbc63cac162f27745.tar.bz2
restore build with --enable-maintainer-mode
A build with --enable-maintainer-mode is currently failing with: make[4]: *** No rule to make target '<SRC>/gas/config/te-ia64aix.h', needed by '<SRC>/gas/po/gas.pot'. Stop. make[4]: Leaving directory '<$OBJ>/gas/po' make[3]: *** [Makefile:1695: all-recursive] Error 1 ... As config/te-ia64aix.h is now removed, remove the corresponding fragment from the makefile. gas/ * Makefile.am: Remove config/te-ia64aix.h. * Makefile.in: Regenerate. * po/POTFILES.in: Regenerate.
Diffstat (limited to 'gas/Makefile.am')
-rw-r--r--gas/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/gas/Makefile.am b/gas/Makefile.am
index 37ca095..b9b9e18 100644
--- a/gas/Makefile.am
+++ b/gas/Makefile.am
@@ -342,7 +342,6 @@ TARG_ENV_HFILES = \
config/te-hppa.h \
config/te-hppa64.h \
config/te-hppalinux64.h \
- config/te-ia64aix.h \
config/te-interix.h \
config/te-lynx.h \
config/te-macos.h \