summaryrefslogtreecommitdiff
path: root/t/no-extra-makefile-code.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/no-extra-makefile-code.sh')
-rw-r--r--t/no-extra-makefile-code.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/no-extra-makefile-code.sh b/t/no-extra-makefile-code.sh
index 0137e57aa..25f3e1c4e 100644
--- a/t/no-extra-makefile-code.sh
+++ b/t/no-extra-makefile-code.sh
@@ -35,7 +35,6 @@ $ACLOCAL
# are not spuriously required by Automake.
$AUTOMAKE
-$EGREP 'INCLUDES|@am__isrc@|-compile|\$\(OBJEXT\)|tab\.[ch]' \
- Makefile.in && exit 1
+$EGREP 'INCLUDE|-compile|\$\(OBJEXT\)|tab\.[ch]' Makefile.in && exit 1
: