rasmus      99/07/26 11:29:46

  Modified:    .        Makefile.tmpl
  Log:
  Install expat header files in their own separate directory to mimic
  expat package installs
  
  Revision  Changes    Path
  1.87      +2 -1      apache-1.3/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===================================================================
  RCS file: /home/cvs/apache-1.3/Makefile.tmpl,v
  retrieving revision 1.86
  retrieving revision 1.87
  diff -u -r1.86 -r1.87
  --- Makefile.tmpl     1999/07/22 17:47:07     1.86
  +++ Makefile.tmpl     1999/07/26 18:29:45     1.87
  @@ -259,6 +259,7 @@
        $(MKDIR) $(root)$(iconsdir)
        $(MKDIR) $(root)$(cgidir)
        $(MKDIR) $(root)$(includedir)
  +     $(MKDIR) $(root)$(includedir)/xml
        $(MKDIR) $(root)$(runtimedir)
        $(MKDIR) $(root)$(logfiledir)
        $(MKDIR) $(root)$(proxycachedir)
  @@ -427,7 +428,7 @@
   install-include:
        @echo "===> [include: Installing Apache C header files]"
        $(CP) $(TOP)/$(SRC)/include/*.h $(root)$(includedir)/
  -     $(CP) $(TOP)/$(SRC)/lib/expat-lite/*.h $(root)$(includedir)/
  +     $(CP) $(TOP)/$(SRC)/lib/expat-lite/*.h $(root)$(includedir)/xml/
        @osdir=`grep '^OSDIR=' $(TOP)/$(SRC)/Makefile.config | sed -e 
's:^OSDIR=.*/os/:os/:'`; \
                echo "$(CP) $(TOP)/$(SRC)/$${osdir}/os.h 
$(root)$(includedir)/"; \
                $(CP) $(TOP)/$(SRC)/$${osdir}/os.h $(root)$(includedir)/; \
  
  
  

Reply via email to