tools/Makefile.host: Add incdir binary to Makefile.host
This was missed in PR 1148
This commit is contained in:
parent
b111e135e0
commit
981734e577
|
@ -16,5 +16,6 @@
|
|||
/mkversion
|
||||
/nxstyle
|
||||
/rmcr
|
||||
/incdir
|
||||
/.k2h-body.dat
|
||||
/.k2h-apndx.dat
|
||||
|
|
|
@ -285,6 +285,8 @@ clean:
|
|||
$(call DELFILE, nxstyle.exe)
|
||||
$(call DELFILE, rmcr)
|
||||
$(call DELFILE, rmcr.exe)
|
||||
$(call DELFILE, incdir)
|
||||
$(call DELFILE, incdir.exe)
|
||||
ifneq ($(CONFIG_WINDOWS_NATIVE),y)
|
||||
$(Q) rm -rf *.dSYM
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue