mirror of
https://github.com/mirror/make.git
synced 2026-09-03 13:13:01 +08:00
Fix make.h preprocessor directive to work better with Windows compilers.
Fix some regression tests to (hopefully) work better on Windows.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user