Deleted Added
full compact
Makefile.in (236769) Makefile.in (237578)
1# $Id: Makefile.in,v 1.37 2011/10/01 20:30:30 sjg Exp $
1# $Id: Makefile.in,v 1.38 2012/06/19 23:38:48 sjg Exp $
2#
2#
3# $NetBSD: Makefile,v 1.33 2011/09/29 23:38:04 sjg Exp $
3# $NetBSD: Makefile,v 1.34 2012/06/19 23:25:53 sjg Exp $
4#
5# Unit tests for make(1)
6# The main targets are:
7#
8# all: run all the tests
9# test: run 'all', capture output and compare to expected results
10# accept: move generated output to expected results
11#

--- 13 unchanged lines hidden (view full) ---

25SUBFILES= \
26 comment \
27 cond1 \
28 error \
29 export \
30 export-all \
31 doterror \
32 dotwait \
4#
5# Unit tests for make(1)
6# The main targets are:
7#
8# all: run all the tests
9# test: run 'all', capture output and compare to expected results
10# accept: move generated output to expected results
11#

--- 13 unchanged lines hidden (view full) ---

25SUBFILES= \
26 comment \
27 cond1 \
28 error \
29 export \
30 export-all \
31 doterror \
32 dotwait \
33 forloop \
33 forsubst \
34 hash \
35 misc \
36 moderrs \
37 modmatch \
38 modmisc \
39 modorder \
40 modts \

--- 55 unchanged lines hidden ---
34 forsubst \
35 hash \
36 misc \
37 moderrs \
38 modmatch \
39 modmisc \
40 modorder \
41 modts \

--- 55 unchanged lines hidden ---