/[make]/make/tests/scripts/features/include
ViewVC logotype

Diff of /make/tests/scripts/features/include

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by bosk, Tue May 31 20:54:31 2005 UTC revision 1.6 by psmith, Mon Jun 27 01:01:08 2005 UTC
# Line 107  foo: bar; @: Line 107  foo: bar; @:
107  bar:; @false  bar:; @false
108  ', '', '');  ', '', '');
109    
110    # Check include, sinclude, -include with no filenames.
111    # (Savannah bug #1761).
112    
113    run_make_test('
114    .PHONY: all
115    all:; @:
116    include
117    -include
118    sinclude', '', '');
119    
120  1;  1;

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26