Revision 4c3b5a48 rules.mak
b/rules.mak | ||
---|---|---|
57 | 57 |
@test -f $@ || cp $< $@ |
58 | 58 |
|
59 | 59 |
%.h-timestamp: %.mak |
60 |
$(call quiet-command, sh $(SRC_PATH)/create_config < $< > $@, " GEN $*.h") |
|
60 |
$(call quiet-command, sh $(SRC_PATH)/scripts/create_config < $< > $@, " GEN $*.h")
|
|
61 | 61 |
@cmp $@ $*.h >/dev/null 2>&1 || cp $@ $*.h |
62 | 62 |
|
63 | 63 |
# will delete the target of a rule if commands exit with a nonzero exit status |
Also available in: Unified diff