use BINDIR
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@600 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
|
||||
/* set this to a sensible login */
|
||||
#ifndef LOGIN_PATH
|
||||
#define LOGIN_PATH "/usr/athena/bin/login"
|
||||
#define LOGIN_PATH BINDIR "/login"
|
||||
#endif
|
||||
|
||||
#endif /* T_CONFIG_H */
|
||||
|
@@ -162,7 +162,7 @@
|
||||
|
||||
/* set this to a sensible login */
|
||||
#ifndef LOGIN_PATH
|
||||
#define LOGIN_PATH "/usr/athena/bin/login"
|
||||
#define LOGIN_PATH BINDIR "/login"
|
||||
#endif
|
||||
|
||||
#endif /* T_CONFIG_H */
|
||||
|
@@ -9,7 +9,7 @@ SHELL = /bin/sh
|
||||
CC = @CC@
|
||||
AR = ar
|
||||
RANLIB = @RANLIB@
|
||||
DEFS = @DEFS@
|
||||
DEFS = @DEFS@ -DBINDIR='"$(bindir)"'
|
||||
CFLAGS = @CFLAGS@
|
||||
LD_FLAGS = @LD_FLAGS@
|
||||
LIBS = @LIBS@
|
||||
@@ -19,6 +19,7 @@ MKDIRHIER = @top_srcdir@/../../mkdirhier-sh
|
||||
prefix = @prefix@
|
||||
exec_prefix = $(prefix)
|
||||
libdir = $(exec_prefix)/lib
|
||||
bindir = $(exec_prefix)/bin
|
||||
|
||||
PROGS = telnetd
|
||||
|
||||
|
Reference in New Issue
Block a user