diff options
author | Andrew Bartlett <abartlet@samba.org> | 2007-05-31 23:01:08 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:53:08 -0500 |
commit | f7d79d31319e87d7a81f431a3cb39a90856b2c55 (patch) | |
tree | 5f13667639adcd9513e2c670ac1e24e3bf799908 | |
parent | f0daf9602d71ac0938fe982c77c6bcf9720305ca (diff) | |
download | samba-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)
-rw-r--r-- | source4/main.mk | 4 |
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 |