diff options
author | Nick Clifton <nickc@redhat.com> | 2002-02-21 16:51:00 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-02-21 16:51:00 +0000 |
commit | 3f965e60f6b747ff7d0052a823b7fa37e385bd8c (patch) | |
tree | f9637e9984125aa44ce53de0da53719d7c7d0f73 /gas/Makefile.am | |
parent | c434dee6641fea4546b76737e6dcfcd9f4b7f80a (diff) | |
download | gdb-3f965e60f6b747ff7d0052a823b7fa37e385bd8c.zip gdb-3f965e60f6b747ff7d0052a823b7fa37e385bd8c.tar.gz gdb-3f965e60f6b747ff7d0052a823b7fa37e385bd8c.tar.bz2 |
deprecate GASP
Diffstat (limited to 'gas/Makefile.am')
-rw-r--r-- | gas/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gas/Makefile.am b/gas/Makefile.am index 3daa8bd..0d3eb9d 100644 --- a/gas/Makefile.am +++ b/gas/Makefile.am @@ -437,7 +437,9 @@ po/POTFILES.in: @MAINT@ Makefile for file in $(POTFILES); do echo $$file; done | sort > tmp \ && mv tmp $(srcdir)/po/POTFILES.in -noinst_PROGRAMS = as-new gasp-new +# Note: GASP is now deprecated and will be removed at some point in the future. +# Anything that GASP could do can now be done by GAS. +noinst_PROGRAMS = as-new noinst_SCRIPTS = $(GDBINIT) EXTRA_SCRIPTS = .gdbinit @@ -633,7 +635,7 @@ itbl-parse.c itbl-parse.h: $(srcdir)/itbl-parse.y # stand-alone itbl assembler & disassembler -EXTRA_PROGRAMS = itbl-test +EXTRA_PROGRAMS = gasp-new itbl-test itbl_test_SOURCES = itbl-parse.y itbl-lex.l itbl_test_LDADD = itbl-tops.o itbl-test.o $(GASLIBS) @LEXLIB@ |