$NetBSD: patch-aa,v 1.1.1.1 2002/11/01 04:25:50 rh Exp $ --- progs/Makefile.in.orig Tue Sep 24 14:26:50 2002 +++ progs/Makefile.in @@ -12,8 +12,8 @@ include ../Makefile.defs # for CC, CFLAG # into the guts of the lexical scanner in order to ferret out the # token stream. Thus, it needs access to the PCCTS header files in # order to compile. -LIBDIR = .. -CPPFLAGS = -I$(LIBDIR) -I$(LIBDIR)/pccts -I$(LIBDIR)/src +LIBDIR = ${PREFIX}/lib +CPPFLAGS = -I.. -I../pccts -I../src LIBDIRS = -L$(LIBDIR) $(OTHERLIBDIRS) LIBS = -lbtparse $(OTHERLIBS) @@ -46,7 +46,6 @@ dumpnames : $(DNOBJ) lib $(CC) -o $@ $(CFLAGS) $(DNOBJ) $(LDFLAGS) lib: - cd $(LIBDIR) ; make lib clean: rm -f $(BPOBJ) $(BLOBJ) $(DNOBJ) $(BXOBJ) core logfile