diff options
author | Rene Engelhard <rene@debian.org> | 2011-10-15 19:46:00 +0000 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2011-10-16 16:52:58 +0200 |
commit | 4a1d3a8cfef7ebcbb0fe311648237c42f40509f8 (patch) | |
tree | 037271c4fa27a2f6d40d58a1d6e1a0399fbb8622 /Makefile.in | |
parent | 6923f3fc13f560fd0a2f4f8a12b6f4d45fb4da71 (diff) |
don't remove "bootstrap" in make distclean
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index a7d884c5d97c..197eb8e84958 100644 --- a/Makefile.in +++ b/Makefile.in @@ -86,7 +86,7 @@ ifeq (@BUILD_DMAKE@,YES) -test -f dmake/Makefile && $(MAKE) -C dmake distclean endif rm -rf Env.Host.sh Makefile aclocal.m4 autogen.lastrun autom4te.cache \ - bin/repo-list bootstrap config.log config.status configure \ + bin/repo-list 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 |