*** expat-1.95.2/lib/Makefile.in.org	Mon Oct  8 18:50:30 2001
--- expat-1.95.2/lib/Makefile.in	Mon Oct  8 18:55:36 2001
***************
*** 42,47 ****
--- 42,49 ----
  
  subdir = lib
  
+ DESTDIR =
+ 
  top_builddir = ..
  
  INSTALL = @INSTALL@
***************
*** 135,147 ****
  	@echo
  
  install: $(LIBRARY) $(APIHEADER)
! 	$(mkinstalldirs) $(libdir) $(includedir)
! 	$(LIBTOOL) --mode=install $(INSTALL) $(LIBRARY) $(libdir)/$(LIBRARY)
! 	$(INSTALL_DATA) $(APIHEADER) $(includedir)
  
  uninstall:
! 	$(LIBTOOL) --mode=uninstall rm -f $(libdir)/$(LIBRARY);
! 	rm -f $(libdir)/$(APIHEADER)
  
  $(LIBRARY): $(LTOBJECTS)
  	$(LINK) -rpath $(libdir) $(LDFLAGS) $(LTOBJECTS)
--- 137,149 ----
  	@echo
  
  install: $(LIBRARY) $(APIHEADER)
! 	$(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir)
! 	$(LIBTOOL) --mode=install $(INSTALL) $(LIBRARY) $(DESTDIR)$(libdir)/$(LIBRARY)
! 	$(INSTALL_DATA) $(APIHEADER) $(DESTDIR)$(includedir)
  
  uninstall:
! 	$(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$(LIBRARY);
! 	rm -f $(DESTDIR)$(libdir)/$(APIHEADER)
  
  $(LIBRARY): $(LTOBJECTS)
  	$(LINK) -rpath $(libdir) $(LDFLAGS) $(LTOBJECTS)
*** expat-1.95.2/xmlwf/Makefile.in.org	2004-02-16 14:21:10.000000000 -0600
--- expat-1.95.2/xmlwf/Makefile.in	2004-02-16 14:21:53.000000000 -0600
***************
*** 23,28 ****
--- 23,30 ----
  LIBDIR= ../lib/.libs
  INCDIR= ../lib
  
+ DESTDIR=
+ 
  LDFLAGS= @LDFLAGS@ -static
  CFLAGS= @CFLAGS@ -I$(INCDIR)
  CC = @CC@
***************
*** 48,58 ****
  	$(CC) -o xmlwf $(LDFLAGS) $(OBJS) $(LIBS)
  
  install: xmlwf
! 	$(mkinstalldirs) $(bindir)
! 	$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) xmlwf $(bindir)/xmlwf
  
  uninstall:
! 	$(LIBTOOL) --mode=uninstall rm -f $(bindir)/xmlwf
  
  check:	$(SUBDIRS)
  	@echo
--- 50,60 ----
  	$(CC) -o xmlwf $(LDFLAGS) $(OBJS) $(LIBS)
  
  install: xmlwf
! 	$(mkinstalldirs) $(DESTDIR)$(bindir)
! 	$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) xmlwf $(DESTDIR)$(bindir)/xmlwf
  
  uninstall:
! 	$(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(bindir)/xmlwf
  
  check:	$(SUBDIRS)
  	@echo
