Project

General

Profile

« Previous | Next » 

Revision 1626

input.Makefile: Fixed bug in `%: %.make` rule to use $< instead of $*

View differences:

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