Fix the origin regression test.

Remove sample code from make.h I accidentally left behind.
This commit is contained in:
Paul Smith
2004-02-25 19:30:27 +00:00
parent be5b33e876
commit 59306b0223
2 changed files with 1 additions and 16 deletions

View File

@@ -22,7 +22,7 @@ open(MAKEFILE,"> $makefile");
print MAKEFILE <<EOF;
foo := bletch garf
auto_var = udef CC $homevar MAKE foo CFLAGS WHITE \@
auto_var = udef CC MAKETEST MAKE foo CFLAGS WHITE \@
av = \$(foreach var, \$(auto_var), \$(origin \$(var)) )
override WHITE := BLACK
all: auto