You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by jb...@apache.org on 2002/07/22 17:41:45 UTC

cvs commit: xml-xerces/c/src/xercesc/dom/impl Makefile.in

jberry      2002/07/22 08:41:45

  Modified:    c/src/xercesc/dom/impl Makefile.in
  Log:
  Fix error in distclean target of dom/impl -- there are no files to delete
  
  Revision  Changes    Path
  1.5       +3 -1      xml-xerces/c/src/xercesc/dom/impl/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/dom/impl/Makefile.in,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Makefile.in	3 Jun 2002 20:50:00 -0000	1.4
  +++ Makefile.in	22 Jul 2002 15:41:45 -0000	1.5
  @@ -176,7 +176,9 @@
   distclean::	clean
   	$(RM) Makefile $(DEPFILE)
   	@echo "Removing all $(MODULE)/$(SUBMODULE) header files ..."
  +ifneq ($(strip $(DOM_IMPL_CPP_PUBHEADERS)),)
   	$(RM2) $(addprefix $(XML_INC_DIR)/$(MODULE)/$(SUBMODULE)/,$(DOM_IMPL_CPP_PUBHEADERS))
  +endif
   
   install::
   	-mkdir -p $(PREFIX_INCLUDE)/$(MODULE)/$(SUBMODULE)
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org