remove config_xxx.h files in distclean
Change-Id: I40ff08ccd2c887c632672631b1df53970112dca8
This commit is contained in:
parent
76c19172de
commit
e9b21193ed
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ ifeq ($(BUILD_DMAKE),YES)
|
|||
endif
|
||||
rm -fr config_host.mk config_build.mk aclocal.m4 autom4te.cache \
|
||||
config.log config.status configure \
|
||||
config_host.mk.last config_host.mk.stamp warn
|
||||
config_host.mk.last config_host.mk.stamp warn config/*.h
|
||||
find $(SOLARENV)/gdb -name "*.pyc" -exec rm {} \;
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue