[Expat-checkins] CVS: expat/lib Makefile.in,1.12,1.13

Fred L. Drake fdrake@users.sourceforge.net
Fri, 20 Jul 2001 20:37:14 -0700


Update of /cvsroot/expat/expat/lib
In directory usw-pr-cvs1:/tmp/cvs-serv28061/lib

Modified Files:
	Makefile.in 
Log Message:

Support building from directories other than the source directory.
Patch contributed by Mo DeJong -- thanks!

This closes SF patch #431340.


Index: Makefile.in
===================================================================
RCS file: /cvsroot/expat/expat/lib/Makefile.in,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** Makefile.in	2001/03/10 15:41:50	1.12
--- Makefile.in	2001/07/21 03:37:12	1.13
***************
*** 78,82 ****
  CONFIG_CLEAN_FILES = 
  
! INCLUDES = -I$(srcdir) -I..
  DEFS = @DEFS@ -DPACKAGE='"$(PACKAGE)"' -DVERSION='"$(PACKAGE)_$(VERSION)"'
  
--- 78,82 ----
  CONFIG_CLEAN_FILES = 
  
! INCLUDES = -I$(srcdir) -I. -I..
  DEFS = @DEFS@ -DPACKAGE='"$(PACKAGE)"' -DVERSION='"$(PACKAGE)_$(VERSION)"'