components/m4/Makefile
changeset 3854 9d8d138d52ca
parent 3817 30b42c38bbc4
child 4339 6501cf9c29f9
--- a/components/m4/Makefile	Tue Feb 24 08:24:18 2015 -0800
+++ b/components/m4/Makefile	Tue Feb 24 11:38:08 2015 -0800
@@ -48,7 +48,10 @@
 # The additional m4 specific set of transforms to be applied to the
 # test results to try to normalize them.
 COMPONENT_TEST_TRANSFORMS += \
-	'-e "s|\(^$(CC)\).*|\\$$(CC)|" '
+	'-e "s|^.*$(CC).*$$|XXX_CC_XXX|g" ' \
+	'-e "s|^.*source=.*libtool=no.*$$|XXX_CC_XXX|g" ' \
+	'-e "s|^.*DEPDIR=.deps.*$$|XXX_CC_XXX|g" ' \
+	'-e "/^XXX_CC_XXX$$/d" '
 
 ASLR_MODE = $(ASLR_ENABLE)