diff options
author | Rene Engelhard <rene@debian.org> | 2011-11-29 22:28:58 +0000 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2011-11-29 23:51:55 +0100 |
commit | b7b23ac999393c02ec68f19667960183f512bf43 (patch) | |
tree | ad730cc22e6c195388bd1d26600138bb8c2895ba /solenv/gbuild/extensions | |
parent | 7f31dfc4b6265b7115f07bc711c969e0e86e5118 (diff) |
don't remove Makefile on make distclean, we need it now in all cases...
Diffstat (limited to 'solenv/gbuild/extensions')
-rw-r--r-- | solenv/gbuild/extensions/post_AuxTargets.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/extensions/post_AuxTargets.mk b/solenv/gbuild/extensions/post_AuxTargets.mk index a08d46ea8f0d..962f2750b354 100644 --- a/solenv/gbuild/extensions/post_AuxTargets.mk +++ b/solenv/gbuild/extensions/post_AuxTargets.mk @@ -71,7 +71,7 @@ clean-build: distclean: clean 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 \ desktop/scripts/soffice.sh ooo.lst post_download post_download.log \ set_soenv set_soenv.last set_soenv.stamp src.downloaded warn |