* Makefile.in (OPCODES): Remove OPCODES defs and refs. There is
authorStu Grossman <grossman@cygnus>
Mon, 27 Jan 1992 21:04:55 +0000 (21:04 +0000)
committerStu Grossman <grossman@cygnus>
Mon, 27 Jan 1992 21:04:55 +0000 (21:04 +0000)
no longer any need to copy ../include/opcode/* into gdb.

gdb/ChangeLog
gdb/Makefile.in

index 56fb66e41194b87e42795746482275d8db4492c2..004e477c391c3027f6ed9d4eab021f324705e978 100644 (file)
@@ -1,3 +1,8 @@
+Mon Jan 27 13:00:55 1992  Stu Grossman  (grossman at cygnus.com)
+
+       * Makefile.in (OPCODES):  Remove OPCODES defs and refs.  There is
+       no longer any need to copy ../include/opcode/* into gdb.
+
 Mon Jan 27 12:30:38 1992  John Gilmore  (gnu at cygnus.com)
 
        * ChangeLog, ChangeLog-9091:  Split ChangeLog at 1992.
index ff09266dbee326a619dbf382a179afdeaf40a8e9..e75c1c6464b4052b8826730677ad256e963d2cc5 100644 (file)
@@ -227,21 +227,6 @@ HFILES=    breakpoint.h buildsym.h command.h defs.h environ.h \
        target.h terminal.h tm-68k.h tm-i960.h tm-sunos.h tm-sysv4.h \
        xm-m68k.h xm-sysv4.h language.h parser-defs.h value.h
 
-# Header files for machine opcode tables.
-# when OPCODE_DIR changes to ../include, remove the whole $(OPCODES)
-# business, since they will be put into the GDB release files by somebody else.
-OPCODE_DIR1 = ../include/opcode/
-OPCODE_DIR2 = ./
-OPCODES = $(OPCODE_DIR1)pn.h  $(OPCODE_DIR1)np1.h \
-       $(OPCODE_DIR1)sparc.h $(OPCODE_DIR1)vax.h \
-       $(OPCODE_DIR1)m68k.h  $(OPCODE_DIR2)ns32k-opcode.h \
-       $(OPCODE_DIR2)convx-opcode.h $(OPCODE_DIR1)pyr.h \
-       $(OPCODE_DIR1)mips.h  $(OPCODE_DIR2)am29k-opcode.h \
-       $(OPCODE_DIR1)arm.h   $(OPCODE_DIR1)m88k.h \
-       $(OPCODE_DIR1)tahoe.h $(OPCODE_DIR2)rs6k-opcode.h \
-       $(OPCODE_DIR1)h8300.h $(OPCODE_DIR1)i960.h \
-       $(OPCODE_DIR1)i386.h  $(OPCODE_DIR1)i860.h
-
 REMOTE_EXAMPLES = m68k-stub.c i386-stub.c rem-multi.shar
 
 MALLOCSRC = gmalloc.c mcheck.c mtrace.c mtrace.awk \
@@ -270,9 +255,9 @@ INFOFILES = gdb.info*
 DEPFILES= ${TDEPFILES} ${XDEPFILES}
 
 SOURCES=$(SFILES) $(ALLDEPFILES) $(YYFILES)
-TAGFILES = $(SOURCES) ${HFILES} ${OPCODES} ${ALLPARAM} ${POSSLIBS} 
+TAGFILES = $(SOURCES) ${HFILES} ${ALLPARAM} ${POSSLIBS} 
 TAGFILES_MAINDIR = $(SFILES_MAINDIR) $(ALLDEPFILES_MAINDIR) \
-             ${HFILES} ${OPCODES} ${ALLPARAM} ${POSSLIBS_MAINDIR} 
+             ${HFILES} ${ALLPARAM} ${POSSLIBS_MAINDIR} 
 TARFILES = ${TAGFILES_MAINDIR} ${OTHERS} ${REMOTE_EXAMPLES}
 
 OBS = main.o blockframe.o breakpoint.o findvar.o stack.o source.o \