From c33e43ad973fa47d6e1c58d870c4f7b728fde7f6 Mon Sep 17 00:00:00 2001 From: srittau Date: Sun, 25 Nov 2001 21:55:43 +0000 Subject: [PATCH] Back-Port from trunk: Suppress scary warning during "make install". --- etc/psf/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/psf/Makefile.am b/etc/psf/Makefile.am index 63295830..16cc6804 100644 --- a/etc/psf/Makefile.am +++ b/etc/psf/Makefile.am @@ -28,7 +28,7 @@ psf_LINKS = ofpap ifpap tfpap ifpaprev tfpaprev ofwpap ifwpap \ install-exec-local: @list='$(psf_LINKS)'; for l in $$list; do \ - rm $(DESTDIR)$(sbindir)/$$l || true; \ + rm $(DESTDIR)$(sbindir)/$$l 2>/dev/null || true; \ $(LN_S) psf $(DESTDIR)$(sbindir)/$$l; \ done -- 2.39.2