diff options
Diffstat (limited to 't/recurs-user-phony.sh')
-rwxr-xr-x | t/recurs-user-phony.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/recurs-user-phony.sh b/t/recurs-user-phony.sh index 29e50a89b..274f441c0 100755 --- a/t/recurs-user-phony.sh +++ b/t/recurs-user-phony.sh @@ -20,7 +20,7 @@ # Require GNU make, because some vendo makes (e.g., Solaris) doesn't # truly respect .PHONY. required=GNUmake -. ./defs || exit 1 +. test-init.sh cat >> configure.ac <<'END' AC_CONFIG_FILES([sub/Makefile]) |