Kaydet (Commit) b7b23ac9 authored tarafından Rene Engelhard's avatar Rene Engelhard

don't remove Makefile on make distclean, we need it now in all cases...

üst 7f31dfc4
...@@ -71,7 +71,7 @@ clean-build: ...@@ -71,7 +71,7 @@ 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 Makefile aclocal.m4 autogen.lastrun autom4te.cache \ cd $(SRCDIR) && rm -rf Env.Host.sh aclocal.m4 autogen.lastrun autom4te.cache \
bin/repo-list build_env config.log config.status configure \ bin/repo-list build_env config.log config.status configure \
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment