summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2011-09-18 18:45:19 -0400
committerPeter Foley <pefoley2@verizon.net>2011-09-18 21:01:14 -0400
commit3ecacffe7b0df17967508f62846c0709294d0ddf (patch)
tree497234e8ebb27d339f08a652e5699348434c24cc /Makefile.in
parent4aba8d5cec9544080c79802bb6c120a2a1dd1fe8 (diff)
change distclean to delete configure generated files
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index fcd88b9f7219..ecad732b47f7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -69,12 +69,14 @@ distro-pack-install: install
./bin/distro-install-sdk
./bin/distro-install-file-lists
-distclean:
- -rm config.cache
- -rm config.log
+distclean: clean
ifeq (@BUILD_DMAKE@,YES)
- -$(GNUMAKE) -C dmake distclean
+ -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 \
+ desktop/scripts/soffice.sh ooo.lst post_download post_download.log \
+ set_soenv set_soenv.last set_soenv.stamp src.downloaded warn
clean:
. ./Env.Host.sh && \