mirror of git://anongit.mindrot.org/openssh.git
Accidentally applied test code, revert
This commit is contained in:
parent
722ccb1492
commit
132a8fc4c9
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile.in,v 1.153 2001/02/18 01:30:55 djm Exp $
|
||||
# $Id: Makefile.in,v 1.154 2001/02/18 04:23:10 djm Exp $
|
||||
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
|
@ -26,7 +26,7 @@ PATHS= -DETCDIR=\"$(sysconfdir)\" \
|
|||
CC=@CC@
|
||||
LD=@LD@
|
||||
CFLAGS=@CFLAGS@
|
||||
CPPFLAGS=@CPPFLAGS@ -I$(srcdir)/openbsd-compat $(PATHS) @DEFS@
|
||||
CPPFLAGS=@CPPFLAGS@ -I. -I$(srcdir)/openbsd-compat -I$(srcdir) $(PATHS) @DEFS@
|
||||
LIBS=@LIBS@
|
||||
AR=@AR@
|
||||
RANLIB=@RANLIB@
|
||||
|
|
Loading…
Reference in New Issue