dreid 00/12/02 05:01:40
Modified: threadproc/beos Makefile.in Log: Argh - correct my eariler attempt to get this building. Revision Changes Path 1.18 +1 -1 apr/threadproc/beos/Makefile.in Index: Makefile.in =================================================================== RCS file: /home/cvs/apr/threadproc/beos/Makefile.in,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- Makefile.in 2000/11/19 01:05:16 1.17 +++ Makefile.in 2000/12/02 13:01:40 1.18 @@ -6,7 +6,7 @@ INCDIR=../../include OSDIR=$(INCDIR)/arch/@OSDIR@ DEFOSDIR=$(INCDIR)/arch/@DEFAULT_OSDIR@ -INCLUDES=-I$(INCDIR) -I$(INCDIR)/arch $(OSDIR) $(DEFOSDIR) +INCLUDES=-I$(INCDIR) -I$(INCDIR)/arch -I$(OSDIR) -I$(DEFOSDIR) MKDEP=../../helpers/mkdep.sh LIB=libthreadproc.a
