summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-02-18 12:30:55 +1100
committerDamien Miller <djm@mindrot.org>2001-02-18 12:30:55 +1100
commit2deb3f64f60d5fe0331f87416d99536b220d7a4f (patch)
tree1d5e69bd29c83bd339c14b970d1189843260f2ba /Makefile.in
parente74ebd03c23896f3f3d3f00cf5cc44c3f16c4c43 (diff)
downloadopenssh-git-2deb3f64f60d5fe0331f87416d99536b220d7a4f.tar.gz
- (djm) Fix my breaking of cygwin builds, Patch from Corinna Vinschen
<vinschen@redhat.com> and myself.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 1f8696a9..a955a529 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.152 2001/02/15 03:01:59 mouring Exp $
+# $Id: Makefile.in,v 1.153 2001/02/18 01:30:55 djm Exp $
prefix=@prefix@
exec_prefix=@exec_prefix@
@@ -26,7 +26,7 @@ PATHS= -DETCDIR=\"$(sysconfdir)\" \
CC=@CC@
LD=@LD@
CFLAGS=@CFLAGS@
-CPPFLAGS=@CPPFLAGS@ -I. -I$(srcdir)/openbsd-compat -I$(srcdir) $(PATHS) @DEFS@
+CPPFLAGS=@CPPFLAGS@ -I$(srcdir)/openbsd-compat $(PATHS) @DEFS@
LIBS=@LIBS@
AR=@AR@
RANLIB=@RANLIB@