From f7d79d31319e87d7a81f431a3cb39a90856b2c55 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 31 May 2007 23:01:08 +0000 Subject: r23281: Ensure we wipe all the right things in distclean. Andrew Bartlett (This used to be commit 9bf7e4d89632b39da336b4c0de2aa5c1d7f25d9a) --- source4/main.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4') 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 -- cgit