From 2ce7c6859ff238c84aeef93874642c4c8b12f0fe Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Wed, 14 Jul 1999 17:07:39 +0000 Subject: [PATCH] Match xrpcomp change in devel --- clients/fax500/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/fax500/Makefile.in b/clients/fax500/Makefile.in index eb11a23f63..27e89a2d3b 100644 --- a/clients/fax500/Makefile.in +++ b/clients/fax500/Makefile.in @@ -27,7 +27,7 @@ fax5version.c: ${FAX5OBJS} $(LDAP_LIBDEPEND) $(MKVERSION) fax500 > $@ xrpcomp.tmp: xrpcomp - $(SED) -e 's%\%LIBEXECDIR\%%$(libexecdir)%' $(srcdir)/xrpcomp > xrpcomp.tmp + $(SED) -e 's|%LIBEXECDIR%|$(libexecdir)|' $(srcdir)/xrpcomp > xrpcomp.tmp install-local: $(PROGRAMS) FORCE -$(MKDIR) $(libexecdir) -- 2.39.5