summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2007-05-31 23:01:08 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:53:08 -0500
commitf7d79d31319e87d7a81f431a3cb39a90856b2c55 (patch)
tree5f13667639adcd9513e2c670ac1e24e3bf799908 /source4
parentf0daf9602d71ac0938fe982c77c6bcf9720305ca (diff)
downloadsamba-f7d79d31319e87d7a81f431a3cb39a90856b2c55.tar.gz
samba-f7d79d31319e87d7a81f431a3cb39a90856b2c55.tar.bz2
samba-f7d79d31319e87d7a81f431a3cb39a90856b2c55.zip
r23281: Ensure we wipe all the right things in distclean.
Andrew Bartlett (This used to be commit 9bf7e4d89632b39da336b4c0de2aa5c1d7f25d9a)
Diffstat (limited to 'source4')
-rw-r--r--source4/main.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/main.mk b/source4/main.mk
index 8d1f0467ae..f99cb3c630 100644
--- a/source4/main.mk
+++ b/source4/main.mk
@@ -269,7 +269,7 @@ distclean: clean
-rm -f config.status
-rm -f config.log config.cache
-rm -f config.pm config.mk
- -rm -rf webapps/qooxdoo-*-sdk/frontend/framework/.cache
+ -rm -rf ../webapps/qooxdoo-*-sdk/frontend/framework/.cache
-rm -f $(PC_FILES)
removebackup:
@@ -417,7 +417,7 @@ DOCBOOK_MANPAGE_URL = http://docbook.sourceforge.net/release/xsl/current/manpage
DEP_FILES = $(patsubst %.ho,%.hd,$(patsubst %.o,%.d,$(ALL_OBJS))) \
include/includes.d
-dist:: distclean idl_full manpages configure
+dist:: idl_full manpages configure distclean
configure:
./autogen.sh