summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fourdan <fourdan.olivier@wanadoo.fr>2002-09-28 13:41:35 +0000
committerOlivier Fourdan <fourdan.olivier@wanadoo.fr>2002-09-28 13:41:35 +0000
commitf00d2be0bcc1468f1036d702b08587f4928c14e0 (patch)
treed3141bb2a2c4e0544fbad8b0e1d059215bf85fa2
parent411bcf90b3ce81a072300d077864a558e0cce89b (diff)
downloadxfwm4-f00d2be0bcc1468f1036d702b08587f4928c14e0.tar.gz
Add removal of autom4te.cache dir at distclean.
(Old svn revision: 10605)
-rw-r--r--Makefile.am2
-rw-r--r--Makefile.in2
2 files changed, 2 insertions, 2 deletions
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
diff --git a/Makefile.in b/Makefile.in
index 7eb7443a0..2fc9f8b28 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -430,7 +430,7 @@ uninstall-info: uninstall-info-recursive
@SET_MAKE@
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