summaryrefslogtreecommitdiffstats
path: root/openbsd-compat
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 /openbsd-compat
parent3e292fab40a750b64e86695bd6626c67eedd25df (diff)
- (bal) Reorder includes in Makefile.
Diffstat (limited to 'openbsd-compat')
-rw-r--r--openbsd-compat/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsd-compat/Makefile.in b/openbsd-compat/Makefile.in
index 561965bd..40d59db7 100644
--- a/openbsd-compat/Makefile.in
+++ b/openbsd-compat/Makefile.in
@@ -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@