summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-03-12 05:16:18 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-03-12 05:16:18 +0000
commit9ae2bb6790ab8d00b5cd29309889b2db50a9bef9 (patch)
treed3c17f11660ebce5b12fcf0924f24f4eddcbc2d6
parent3e292fab40a750b64e86695bd6626c67eedd25df (diff)
- (bal) Reorder includes in Makefile.
-rw-r--r--ChangeLog3
-rw-r--r--Makefile.in4
-rw-r--r--openbsd-compat/Makefile.in4
3 files changed, 6 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 1346dda5b..c6ce558c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -31,6 +31,7 @@
31 with -l and make -B work with /path/to/known_hosts. ok deraadt@ 31 with -l and make -B work with /path/to/known_hosts. ok deraadt@
32 - (djm) Bump portable version number for generating test RPMs 32 - (djm) Bump portable version number for generating test RPMs
33 - (djm) Add "static_openssl" RPM build option, remove rsh build dependency 33 - (djm) Add "static_openssl" RPM build option, remove rsh build dependency
34 - (bal) Reorder includes in Makefile.
34 35
3520010311 3620010311
36 - OpenBSD CVS Sync 37 - OpenBSD CVS Sync
@@ -4524,4 +4525,4 @@
4524 - Wrote replacements for strlcpy and mkdtemp 4525 - Wrote replacements for strlcpy and mkdtemp
4525 - Released 1.0pre1 4526 - Released 1.0pre1
4526 4527
4527$Id: ChangeLog,v 1.949 2001/03/12 03:47:30 djm Exp $ 4528$Id: ChangeLog,v 1.950 2001/03/12 05:16:18 mouring Exp $
diff --git a/Makefile.in b/Makefile.in
index f4f77e9fd..bc54cb677 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
1# $Id: Makefile.in,v 1.158 2001/03/10 21:50:46 tim Exp $ 1# $Id: Makefile.in,v 1.159 2001/03/12 05:16:19 mouring Exp $
2 2
3prefix=@prefix@ 3prefix=@prefix@
4exec_prefix=@exec_prefix@ 4exec_prefix=@exec_prefix@
@@ -26,7 +26,7 @@ PATHS= -DETCDIR=\"$(sysconfdir)\" \
26CC=@CC@ 26CC=@CC@
27LD=@LD@ 27LD=@LD@
28CFLAGS=@CFLAGS@ 28CFLAGS=@CFLAGS@
29CPPFLAGS=@CPPFLAGS@ -I. -I$(srcdir)/openbsd-compat -I$(srcdir) $(PATHS) @DEFS@ 29CPPFLAGS=-I. -I$(srcdir) -I$(srcdir)/openbsd-compat @CPPFLAGS@ $(PATHS) @DEFS@
30LIBS=@LIBS@ 30LIBS=@LIBS@
31AR=@AR@ 31AR=@AR@
32RANLIB=@RANLIB@ 32RANLIB=@RANLIB@
diff --git a/openbsd-compat/Makefile.in b/openbsd-compat/Makefile.in
index 561965bda..40d59db72 100644
--- a/openbsd-compat/Makefile.in
+++ b/openbsd-compat/Makefile.in
@@ -1,4 +1,4 @@
1# $Id: Makefile.in,v 1.6 2001/02/24 00:24:20 mouring Exp $ 1# $Id: Makefile.in,v 1.7 2001/03/12 05:16:19 mouring Exp $
2 2
3sysconfdir=@sysconfdir@ 3sysconfdir=@sysconfdir@
4piddir=@piddir@ 4piddir=@piddir@
@@ -9,7 +9,7 @@ VPATH=@srcdir@
9CC=@CC@ 9CC=@CC@
10LD=@LD@ 10LD=@LD@
11CFLAGS=@CFLAGS@ 11CFLAGS=@CFLAGS@
12CPPFLAGS=@CPPFLAGS@ -I. -I.. -I$(srcdir) -I$(srcdir)/.. @DEFS@ 12CPPFLAGS=-I. -I.. -I$(srcdir) -I$(srcdir)/.. @CPPFLAGS@ @DEFS@
13LIBS=@LIBS@ 13LIBS=@LIBS@
14AR=@AR@ 14AR=@AR@
15RANLIB=@RANLIB@ 15RANLIB=@RANLIB@