- (bal) Reorder includes in Makefile.

This commit is contained in:
Ben Lindstrom 2001-03-12 05:16:18 +00:00
Родитель 3e292fab40
Коммит 9ae2bb6790
3 изменённых файлов: 6 добавлений и 5 удалений

Просмотреть файл

@ -31,6 +31,7 @@
with -l and make -B work with /path/to/known_hosts. ok deraadt@
- (djm) Bump portable version number for generating test RPMs
- (djm) Add "static_openssl" RPM build option, remove rsh build dependency
- (bal) Reorder includes in Makefile.
20010311
- OpenBSD CVS Sync
@ -4524,4 +4525,4 @@
- Wrote replacements for strlcpy and mkdtemp
- 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 $

Просмотреть файл

@ -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@
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=-I. -I$(srcdir) -I$(srcdir)/openbsd-compat @CPPFLAGS@ $(PATHS) @DEFS@
LIBS=@LIBS@
AR=@AR@
RANLIB=@RANLIB@

Просмотреть файл

@ -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@
piddir=@piddir@
@ -9,7 +9,7 @@ VPATH=@srcdir@
CC=@CC@
LD=@LD@
CFLAGS=@CFLAGS@
CPPFLAGS=@CPPFLAGS@ -I. -I.. -I$(srcdir) -I$(srcdir)/.. @DEFS@
CPPFLAGS=-I. -I.. -I$(srcdir) -I$(srcdir)/.. @CPPFLAGS@ @DEFS@
LIBS=@LIBS@
AR=@AR@
RANLIB=@RANLIB@