Revision 1626
Added by Aaron Marcuse-Kubitza almost 13 years ago
inputs/input.Makefile | ||
---|---|---|
70 | 70 |
$(RM) $(all) |
71 | 71 |
|
72 | 72 |
%: %.make _always |
73 |
./$* >$@
|
|
73 |
./$< >$@
|
|
74 | 74 |
|
75 | 75 |
%/: % _always ; |
76 | 76 |
|
Also available in: Unified diff
input.Makefile: Fixed bug in `%: %.make` rule to use $< instead of $*