diff options
Diffstat (limited to 'src/usr/hwpf/makefile')
-rw-r--r-- | src/usr/hwpf/makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/usr/hwpf/makefile b/src/usr/hwpf/makefile index be8828a60..55de95dc0 100644 --- a/src/usr/hwpf/makefile +++ b/src/usr/hwpf/makefile @@ -8,9 +8,7 @@ SUBDIRS = fapi.d hwp.d plat.d test.d include ${ROOTPATH}/config.mk ${GENDIR}/fapiHwpReturnCodes.H : fapi/fapiParseErrorInfo.pl hwp/fapiHwpErrorInfo.xml - $^ - mv $(notdir $@) $@ + $< ${GENDIR} $(filter-out $<,$^) ${GENDIR}/fapiAttributeIds.H : fapi/fapiParseAttributeInfo.pl hwp/fapiHwpAttributeInfo.xml - $^ - mv $(notdir $@) $@ + $< ${GENDIR} $(filter-out $<,$^) |