From fcce5bb46457ddfeeb3d6298a28b366e93360856 Mon Sep 17 00:00:00 2001 From: Narayanan V Date: Mon, 21 Jul 2008 16:09:08 +0530 Subject: WL#4380 Modified the abi_check command to ignore space differences between the .pp and the .out files. Makefile.am: Modified the abi_check command to ignore space differences between the .pp and the .out files. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 35d9212d669..82f7d2ab20f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -299,7 +299,7 @@ do_abi_check: $$file 2>/dev/null | \ @SED@ -e '/^# /d' \ -e '/^[ ]*$$/d' > $(top_builddir)/abi_check.out; \ - @DIFF@ $$file.pp $(top_builddir)/abi_check.out; \ + @DIFF@ -b $$file.pp $(top_builddir)/abi_check.out; \ @RM@ $(top_builddir)/abi_check.out; \ done -- cgit v1.2.1