Use bindir

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@599 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-06-24 00:08:29 +00:00
parent 1175400948
commit de9c9b604a
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ XLIBS = @X_LIBS@ -lXt @X_PRE_LIBS@ -lX11 @X_EXTRA_LIBS@
CC = @CC@
RANLIB = @RANLIB@
DEFS = @DEFS@
DEFS = @DEFS@ -DBINDIR='"$(bindir)"'
CFLAGS = $(XINCS) @CFLAGS@
LD_FLAGS = @LD_FLAGS@
LIBS = $(XLIBS) @LIBS@

View File

@@ -250,7 +250,7 @@ zrefresh()
case 0:
/* Child */
execlp("zrefresh", "zrefresh", 0);
execl("/usr/athena/bin/zrefresh", "zrefresh", 0);
execl(BINDIR "/zrefresh", "zrefresh", 0);
#if 0
fprintf(stderr, "Warning %s: Failed to exec zrefresh\n", ProgName);
#endif