summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-02-18 15:23:10 +1100
committerDamien Miller <djm@mindrot.org>2001-02-18 15:23:10 +1100
commit132a8fc4c9c6110e447e669afb42703fba44e703 (patch)
tree7e5ee9cc9332a03bb93165769b25e213fd49aec5
parent722ccb1492a5f3aaa71eacc97a684e82d13df07b (diff)
downloadopenssh-git-132a8fc4c9c6110e447e669afb42703fba44e703.tar.gz
Accidentally applied test code, revert
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index a955a529..ed48ba10 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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@