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 */
|
/* set this to a sensible login */
|
||||||
#ifndef LOGIN_PATH
|
#ifndef LOGIN_PATH
|
||||||
#define LOGIN_PATH "/usr/athena/bin/login"
|
#define LOGIN_PATH BINDIR "/login"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* T_CONFIG_H */
|
#endif /* T_CONFIG_H */
|
||||||
|
@@ -162,7 +162,7 @@
|
|||||||
|
|
||||||
/* set this to a sensible login */
|
/* set this to a sensible login */
|
||||||
#ifndef LOGIN_PATH
|
#ifndef LOGIN_PATH
|
||||||
#define LOGIN_PATH "/usr/athena/bin/login"
|
#define LOGIN_PATH BINDIR "/login"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* T_CONFIG_H */
|
#endif /* T_CONFIG_H */
|
||||||
|
@@ -9,7 +9,7 @@ SHELL = /bin/sh
|
|||||||
CC = @CC@
|
CC = @CC@
|
||||||
AR = ar
|
AR = ar
|
||||||
RANLIB = @RANLIB@
|
RANLIB = @RANLIB@
|
||||||
DEFS = @DEFS@
|
DEFS = @DEFS@ -DBINDIR='"$(bindir)"'
|
||||||
CFLAGS = @CFLAGS@
|
CFLAGS = @CFLAGS@
|
||||||
LD_FLAGS = @LD_FLAGS@
|
LD_FLAGS = @LD_FLAGS@
|
||||||
LIBS = @LIBS@
|
LIBS = @LIBS@
|
||||||
@@ -19,6 +19,7 @@ MKDIRHIER = @top_srcdir@/../../mkdirhier-sh
|
|||||||
prefix = @prefix@
|
prefix = @prefix@
|
||||||
exec_prefix = $(prefix)
|
exec_prefix = $(prefix)
|
||||||
libdir = $(exec_prefix)/lib
|
libdir = $(exec_prefix)/lib
|
||||||
|
bindir = $(exec_prefix)/bin
|
||||||
|
|
||||||
PROGS = telnetd
|
PROGS = telnetd
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user