From 56856daa38cf43c58442e928ba74419cfd69f75f Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 30 Sep 1996 00:00:03 +0000 Subject: [PATCH] New stuff for X_PROGRS git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@809 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/xnlock/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appl/xnlock/Makefile.in b/appl/xnlock/Makefile.in index feda4416f..2a046e9dc 100644 --- a/appl/xnlock/Makefile.in +++ b/appl/xnlock/Makefile.in @@ -25,9 +25,9 @@ exec_prefix = $(prefix) libdir = $(exec_prefix)/lib bindir = $(exec_prefix)/bin -X_PROGS = xnlock +X_PROGS_BIN = xnlock -PROG_BIN = @MAKE_X_PROGS@ +PROG_BIN = @MAKE_X_PROGS_BIN@ PROG_LIBEXEC = PROGS = $(PROG_BIN) $(PROG_LIBEXEC)