Author: abartlet
Date: 2007-05-31 23:01:08 +0000 (Thu, 31 May 2007)
New Revision: 23281

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23281

Log:
Ensure we wipe all the right things in distclean.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/main.mk


Changeset:
Modified: branches/SAMBA_4_0/source/main.mk
===================================================================
--- branches/SAMBA_4_0/source/main.mk   2007-05-31 22:41:27 UTC (rev 23280)
+++ branches/SAMBA_4_0/source/main.mk   2007-05-31 23:01:08 UTC (rev 23281)
@@ -269,7 +269,7 @@
        -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 @@
 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

Reply via email to