Skip to content
Snippets Groups Projects
Commit f00d2be0 authored by Olivier Fourdan's avatar Olivier Fourdan
Browse files

Add removal of autom4te.cache dir at distclean.

(Old svn revision: 10605)
parent 411bcf90
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment