am__squote := '
# "` # Fix font-lock.
+define am__newline
+
+
+endef
+
## Makefiles generated by Automake-NG require GNU make >= 3.81.
## The .FEATURES special variable has been introduced in that make
## version, so use it as a witness to determine whether the current
am_create_testdir=empty
. ./defs || Exit 1
-plan_ 7
+plan_ 8
cp "$am_amdir"/header-vars.am . \
|| fatal_ "fetching makefile fragment headers-vars.am"
test '$(call am__canon,$(comma))' = '_'
test '$(call am__canon,$(bslash)$(comma))' = '__'
test '$(call am__canon,x$(comma)@$(bslash))' = 'x_@_'
+
+.PHONY: test-newline
+test-newline:
+ @echo OK > foo$(am__newline)@touch bar$(am__newline)-false > baz
+ test `cat foo` = OK
+ test -f bar
+ test -f baz
END
command_ok_ am__strip_firstword $MAKE test-strip-firstword
command_ok_ am__tolower $MAKE test-tolower
command_ok_ am__toupper $MAKE test-toupper
command_ok_ am__canon $MAKE test-canonicalize
+command_ok_ am__newline $MAKE test-newline
: