- (bal) Reorder includes in Makefile.

This commit is contained in:
Ben Lindstrom 2001-03-12 05:16:18 +00:00
parent 3e292fab40
commit 9ae2bb6790
3 changed files with 6 additions and 5 deletions

View File

@ -31,6 +31,7 @@
with -l and make -B work with /path/to/known_hosts. ok deraadt@ with -l and make -B work with /path/to/known_hosts. ok deraadt@
- (djm) Bump portable version number for generating test RPMs - (djm) Bump portable version number for generating test RPMs
- (djm) Add "static_openssl" RPM build option, remove rsh build dependency - (djm) Add "static_openssl" RPM build option, remove rsh build dependency
- (bal) Reorder includes in Makefile.
20010311 20010311
- OpenBSD CVS Sync - OpenBSD CVS Sync
@ -4524,4 +4525,4 @@
- Wrote replacements for strlcpy and mkdtemp - Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1 - Released 1.0pre1
$Id: ChangeLog,v 1.949 2001/03/12 03:47:30 djm Exp $ $Id: ChangeLog,v 1.950 2001/03/12 05:16:18 mouring Exp $

View File

@ -1,4 +1,4 @@
# $Id: Makefile.in,v 1.158 2001/03/10 21:50:46 tim Exp $ # $Id: Makefile.in,v 1.159 2001/03/12 05:16:19 mouring 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. -I$(srcdir)/openbsd-compat -I$(srcdir) $(PATHS) @DEFS@ CPPFLAGS=-I. -I$(srcdir) -I$(srcdir)/openbsd-compat @CPPFLAGS@ $(PATHS) @DEFS@
LIBS=@LIBS@ LIBS=@LIBS@
AR=@AR@ AR=@AR@
RANLIB=@RANLIB@ RANLIB=@RANLIB@

View File

@ -1,4 +1,4 @@
# $Id: Makefile.in,v 1.6 2001/02/24 00:24:20 mouring Exp $ # $Id: Makefile.in,v 1.7 2001/03/12 05:16:19 mouring Exp $
sysconfdir=@sysconfdir@ sysconfdir=@sysconfdir@
piddir=@piddir@ piddir=@piddir@
@ -9,7 +9,7 @@ VPATH=@srcdir@
CC=@CC@ CC=@CC@
LD=@LD@ LD=@LD@
CFLAGS=@CFLAGS@ CFLAGS=@CFLAGS@
CPPFLAGS=@CPPFLAGS@ -I. -I.. -I$(srcdir) -I$(srcdir)/.. @DEFS@ CPPFLAGS=-I. -I.. -I$(srcdir) -I$(srcdir)/.. @CPPFLAGS@ @DEFS@
LIBS=@LIBS@ LIBS=@LIBS@
AR=@AR@ AR=@AR@
RANLIB=@RANLIB@ RANLIB=@RANLIB@