summaryrefslogtreecommitdiff
path: root/tests/scripts/features/patspecific_vars
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2005-08-29 14:11:00 +0000
committerPaul Smith <psmith@gnu.org>2005-08-29 14:11:00 +0000
commitf7598efb676502e3ade6aac4a61be0984de4abda (patch)
tree788b89fb6c91f3ffb446e4bb49826a695c71c4b9 /tests/scripts/features/patspecific_vars
parent6636dc1d5c41840afd58e402f7b6ea6ef25de943 (diff)
downloadgunmake-f7598efb676502e3ade6aac4a61be0984de4abda.tar.gz
Fix make.h preprocessor directive to work better with Windows compilers.
Fix some regression tests to (hopefully) work better on Windows.
Diffstat (limited to 'tests/scripts/features/patspecific_vars')
-rw-r--r--tests/scripts/features/patspecific_vars4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/scripts/features/patspecific_vars b/tests/scripts/features/patspecific_vars
index 9e98b43..20c1cfc 100644
--- a/tests/scripts/features/patspecific_vars
+++ b/tests/scripts/features/patspecific_vars
@@ -67,8 +67,8 @@ run_make_test('
/%: export foo := foo
/bar:
- @test "$(foo)" = "$$foo"
-', '', '');
+ @echo $(foo) $$foo
+', '', 'foo foo');
# TEST #6 -- test expansion of pattern-specific simple variables