Comment out some references to compat.o until ragge can update - now we

build
This commit is contained in:
abs 2007-09-20 14:21:39 +00:00
parent 40cfdb5e3a
commit 275c9bb94a
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $Id: Makefile.in,v 1.1.1.1 2007/09/20 13:08:48 abs Exp $
# $Id: Makefile.in,v 1.2 2007/09/20 14:21:39 abs Exp $
#
# Makefile.in for the cc part of pcc.
#
@ -18,7 +18,7 @@ LDFLAGS = @LDFLAGS@
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
OBJS=cc.o compat.o
OBJS=cc.o # compat.o
DEST=pcc
MIPDIR=../../mip

View File

@ -1,4 +1,4 @@
# $Id: Makefile.in,v 1.1.1.1 2007/09/20 13:08:48 abs Exp $
# $Id: Makefile.in,v 1.2 2007/09/20 14:21:39 abs Exp $
#
# Makefile.in for ccom
#
@ -30,7 +30,7 @@ OBJS1=optim.o pftn.o scan.o trees.o cgram.o inline.o symtabs.o \
OBJS2=match.o reader.o optim2.o regs.o local2.o order.o table.o
OBJS=$(OBJS1) $(OBJS2) compat.o common.o main.o external.o
OBJS=$(OBJS1) $(OBJS2) common.o main.o external.o # compat.o
DEST=ccom

View File

@ -1,4 +1,4 @@
# $Id: Makefile.in,v 1.1.1.1 2007/09/20 13:08:49 abs Exp $
# $Id: Makefile.in,v 1.2 2007/09/20 14:21:40 abs Exp $
#
# Makefile.in for cpp
#
@ -20,7 +20,7 @@ INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
TARGMACH = @targmach@
OBJS=cpp.o cpy.o scanner.o compat.o
OBJS=cpp.o cpy.o scanner.o # compat.o
HEADERS=cpp.h
DEST=cpp