From f00d2be0bcc1468f1036d702b08587f4928c14e0 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan Date: Sat, 28 Sep 2002 13:41:35 +0000 Subject: Add removal of autom4te.cache dir at distclean. (Old svn revision: 10605) --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e87773772..2b09ee28c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,7 @@ EXTRA_DIST = example.xfwm4rc.in example.gtkrc-2.0 xfwm4.spec xfwm4.spec.in SUBDIRS = src defaults themes distclean-local: - rm -f example.xfwm4rc xfwm4.spec + rm -rf example.xfwm4rc xfwm4.spec *.cache example.xfwm4rc: @sed -e "s%_pkgdatadir_%$(pkgdatadir)%g" example.xfwm4rc.in > example.xfwm4rc -- cgit v1.2.1