Stephan Kulow <coolo@suse.de> reviewed by: plam

Replace 'stamp' target with mkinstalldirs.
This commit is contained in:
Patrick Lam 2006-01-31 07:30:23 +00:00
parent 28aefd013d
commit 80ba0571f3
2 changed files with 11 additions and 10 deletions

View File

@ -1,3 +1,11 @@
2006-01-31 Behdad Esfabod <behdad@cs.utoronto.edu>
Stephan Kulow <coolo@suse.de>
reviewed by: plam
* fc-cache/Makefile.am:
Replace 'stamp' target with mkinstalldirs.
2006-01-31 Mike Fabian <mfabian@suse.de>
reviewed by: plam

View File

@ -29,19 +29,12 @@ SGML = ${FC_CACHE_SRC}/fc-cache.sgml
AM_CPPFLAGS = -DPKGCACHEDIR='"${pkgcachedir}"'
pkgcache_DATA=stamp
install-data-local:
$(mkinstalldirs) "$(DESTDIR)$(pkgcachedir)"
uninstall-pkgcacheDATA:
@$(NORMAL_UNINSTALL)
echo " $(RM) -rf '$(DESTDIR)$(pkgcachedir)'"; \
uninstall-local:
$(RM) -rf "$(DESTDIR)$(pkgcachedir)"
clean-generic:
$(RM) stamp
stamp:
touch $@
INCLUDES=-I${top_srcdir} $(FREETYPE_CFLAGS)
bin_PROGRAMS=fc-cache