Clean up deleted files.

This commit is contained in:
mycroft 1993-08-23 09:20:30 +00:00
parent 3dd06102da
commit 93543cd977
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
# $Id: Makefile.inc,v 1.3 1993/08/23 05:00:08 cgd Exp $
COMMON_SRC= toplev.c version.c tree.c print-tree.c \
stor-layout.c fold-const.c function.c stmt.c expr.c \
calls.c expmed.c explow.c optabs.c varasm.c \
rtl.c print-rtl.c rtlanal.c emit-rtl.c real.c \
dbxout.c sdbout.c dwarfout.c xcoffout.c\
integrate.c jump.c cse.c loop.c unroll.c flow.c \
stupid.c combine.c regclass.c local-alloc.c \
global.c reload.c reload1.c caller-save.c \
insn-peep.c reorg.c sched.c final.c recog.c reg-stack.c \
insn-opinit.c insn-recog.c insn-extract.c insn-output.c insn-emit.c \
insn-attrtab.c aux-output.c getpwd.c convert.c \
c-common.c obstack.c
.if exists(${.CURDIR}/../${MACHINE}/Makefile.inc) && !defined(MACHINE_INC)
MACHINE_INC=
.include "${.CURDIR}/../${MACHINE}/Makefile.inc"
.endif