You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ca...@apache.org on 2008/04/22 17:12:39 UTC

svn commit: r650544 - /xerces/c/branches/xerces-2/obj/Makefile.in

Author: cargilld
Date: Tue Apr 22 08:12:36 2008
New Revision: 650544

URL: http://svn.apache.org/viewvc?rev=650544&view=rev
Log:
Fix for xercec-1795, remove .x files on os390

Modified:
    xerces/c/branches/xerces-2/obj/Makefile.in

Modified: xerces/c/branches/xerces-2/obj/Makefile.in
URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-2/obj/Makefile.in?rev=650544&r1=650543&r2=650544&view=diff
==============================================================================
--- xerces/c/branches/xerces-2/obj/Makefile.in (original)
+++ xerces/c/branches/xerces-2/obj/Makefile.in Tue Apr 22 08:12:36 2008
@@ -238,6 +238,12 @@
 else # static
 	-rm -f ${FQ_A_NAME} ${FQ_A_DEPDOM}
 endif
+ifeq (${PLATFORM},OS390)
+	-rm -f ${LIBNAME}${VER}${OS390SIDEDECK}
+	-rm -f ${LIB}/${LIBNAME}${VER}${OS390SIDEDECK}
+	-rm -f ${LIBDEPDOM}${VER}${OS390SIDEDECK}
+	-rm -f ${LIB}/${LIBDEPDOM}${VER}${OS390SIDEDECK}
+endif
 	-rm -f *.map
 
 



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