diff options
Diffstat (limited to 'depend.txr')
-rw-r--r-- | depend.txr | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -19,6 +19,7 @@ @(end) @(end) @(output) -@pfx/@file.o:@(rep) @header@(end) +DEP_@pfx/@file.o :=@(rep) @header@(end) config.make +@pfx/@file.o: $(DEP_@pfx/@file.o) @(end) @(end) |