View | Details | Raw Unified | Return to bug 117796 | Differences between
and this patch

Collapse All | Expand All

(-)etc/perdition/Makefile.in (-4 / +4 lines)
Lines 259-274 Link Here
259
	@list='$(perditionconf_DATA)'; for p in $$list; do \
259
	@list='$(perditionconf_DATA)'; for p in $$list; do \
260
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
260
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
261
	  f=$(am__strip_dir) \
261
	  f=$(am__strip_dir) \
262
	  echo " $(perditionconfDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(perditionconfdir)/$$f'"; \
262
	  echo " $(perditionconfDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(perditionconfdir)/$$f-dist'"; \
263
	  $(perditionconfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(perditionconfdir)/$$f"; \
263
	  $(perditionconfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(perditionconfdir)/$$f-dist"; \
264
	done
264
	done
265
265
266
uninstall-perditionconfDATA:
266
uninstall-perditionconfDATA:
267
	@$(NORMAL_UNINSTALL)
267
	@$(NORMAL_UNINSTALL)
268
	@list='$(perditionconf_DATA)'; for p in $$list; do \
268
	@list='$(perditionconf_DATA)'; for p in $$list; do \
269
	  f=$(am__strip_dir) \
269
	  f=$(am__strip_dir) \
270
	  echo " rm -f '$(DESTDIR)$(perditionconfdir)/$$f'"; \
270
	  echo " rm -f '$(DESTDIR)$(perditionconfdir)/$$f-dist'"; \
271
	  rm -f "$(DESTDIR)$(perditionconfdir)/$$f"; \
271
	  rm -f "$(DESTDIR)$(perditionconfdir)/$$f-dist"; \
272
	done
272
	done
273
tags: TAGS
273
tags: TAGS
274
TAGS:
274
TAGS:

Return to bug 117796