dry-run: don't get confused by '-I' option
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 22 Apr 2013 16:02:07 +0000 (18:02 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 23 Apr 2013 09:01:16 +0000 (11:01 +0200)
commitcfe0abc7fcedfac86c8928a7dce41aeb41f461a9
treee9205b1cc5333c264b66176d2876a9b5ffa7afaf
parent334a2e0b46c3d17ffb24f415cbec2e13e48b6c94
dry-run: don't get confused by '-I' option

Fixes automake bug#13760 for non-GNU make implementations that still
support the option '-I'.  So far, the only such make implementation
are FreeBSD (8.x) make and NetBSD (5.x) make.

* lib/am/header-vars.am (am__make_dryrun): If a non-GNU make is being
used, try to handle the '-I' option in $MAKEFLAGS correctly.  For GNU
make, that is already done by the proper use of the $MFLAGS variable.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
lib/am/header-vars.am