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:
Paul Smith
2005-08-29 14:11:00 +00:00
parent 6636dc1d5c
commit f7598efb67
7 changed files with 43 additions and 19 deletions

View File

@@ -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