$NetBSD: patch-ao,v 1.3 2001/04/29 16:15:16 dmcmahill Exp $ --- debugger/mcs51/Makefile.in.orig Sat Apr 29 18:25:05 2000 +++ debugger/mcs51/Makefile.in Sun Apr 29 03:16:50 2001 @@ -28,10 +28,10 @@ STD_INC = @sdcc_include_dir@ -CPPFLAGS = @CPPFLAGS@ -I. -I$(PRJDIR) -I$(PRJDIR)/support +CPPFLAGS = @CPPFLAGS@ -I. -I$(PRJDIR) -I$(PRJDIR)/support -I$(LOCALBASE)/include -Dunix CFLAGS = @CFLAGS@ M_OR_MM = @M_OR_MM@ LDFLAGS = @LDFLAGS@ LIBS = -lgc @LIBS@ -LIBDIRS = -L$(PRJDIR)/support/gc +LIBDIRS = -L$(LOCALBASE)/lib @@ -47,7 +47,4 @@ # ------------------------------------------ all: checkconf $(TARGET) - -$(PRJDIR)/support/gc/libgc.a: - cd $(PRJDIR)/support/gc && $(MAKE) # Compiling and installing everything and runing test