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

Collapse All | Expand All

(-)perdition/db/posix_regex/Makefile.in (-4 / +4 lines)
Lines 355-370 Link Here
355
	@list='$(conf_DATA)'; for p in $$list; do \
355
	@list='$(conf_DATA)'; for p in $$list; do \
356
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
356
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
357
	  f=$(am__strip_dir) \
357
	  f=$(am__strip_dir) \
358
	  echo " $(confDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(confdir)/$$f'"; \
358
	  echo " $(confDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(confdir)/$$f-dist'"; \
359
	  $(confDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(confdir)/$$f"; \
359
	  $(confDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(confdir)/$$f-dist"; \
360
	done
360
	done
361
361
362
uninstall-confDATA:
362
uninstall-confDATA:
363
	@$(NORMAL_UNINSTALL)
363
	@$(NORMAL_UNINSTALL)
364
	@list='$(conf_DATA)'; for p in $$list; do \
364
	@list='$(conf_DATA)'; for p in $$list; do \
365
	  f=$(am__strip_dir) \
365
	  f=$(am__strip_dir) \
366
	  echo " rm -f '$(DESTDIR)$(confdir)/$$f'"; \
366
	  echo " rm -f '$(DESTDIR)$(confdir)/$$f-dist'"; \
367
	  rm -f "$(DESTDIR)$(confdir)/$$f"; \
367
	  rm -f "$(DESTDIR)$(confdir)/$$f-dist"; \
368
	done
368
	done
369
369
370
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
370
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)

Return to bug 117796