mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-11 12:44:40 +00:00
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@
|
prefix=@prefix@
|
||||||
exec_prefix=@exec_prefix@
|
exec_prefix=@exec_prefix@
|
||||||
@ -26,7 +26,7 @@ PATHS= -DETCDIR=\"$(sysconfdir)\" \
|
|||||||
CC=@CC@
|
CC=@CC@
|
||||||
LD=@LD@
|
LD=@LD@
|
||||||
CFLAGS=@CFLAGS@
|
CFLAGS=@CFLAGS@
|
||||||
CPPFLAGS=@CPPFLAGS@ -I$(srcdir)/openbsd-compat $(PATHS) @DEFS@
|
CPPFLAGS=@CPPFLAGS@ -I. -I$(srcdir)/openbsd-compat -I$(srcdir) $(PATHS) @DEFS@
|
||||||
LIBS=@LIBS@
|
LIBS=@LIBS@
|
||||||
AR=@AR@
|
AR=@AR@
|
||||||
RANLIB=@RANLIB@
|
RANLIB=@RANLIB@
|
||||||
|
Loading…
Reference in New Issue
Block a user