don't remove configure and aclocal.m4 in distclean anymore
This commit is contained in:
parent
b9d786f535
commit
b31375be84
1 changed files with 2 additions and 2 deletions
|
@ -78,8 +78,8 @@ clean-build:
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
if [ -f $(SRCDIR)/dmake/Makefile ] ; then $(GNUMAKE) -C $(SRCDIR)/dmake clean; fi
|
if [ -f $(SRCDIR)/dmake/Makefile ] ; then $(GNUMAKE) -C $(SRCDIR)/dmake clean; fi
|
||||||
cd $(SRCDIR) && rm -rf Env.Host.sh aclocal.m4 autogen.lastrun autom4te.cache \
|
cd $(SRCDIR) && rm -rf Env.Host.sh autogen.lastrun autom4te.cache \
|
||||||
bin/repo-list build_env config.log config.status configure \
|
bin/repo-list build_env config.log config.status \
|
||||||
desktop/scripts/soffice.sh ooo.lst post_download post_download.log \
|
desktop/scripts/soffice.sh ooo.lst post_download post_download.log \
|
||||||
set_soenv set_soenv.last set_soenv.stamp src.downloaded warn
|
set_soenv set_soenv.last set_soenv.stamp src.downloaded warn
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue