From c90d5875a9701e6825cb288a9cc0d3453eb951d6 Mon Sep 17 00:00:00 2001 From: "osdl.org!shemminger" Date: Wed, 9 Jun 2004 21:28:11 +0000 Subject: [PATCH] More build and target directory changes. (Logical change 1.20) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b3cff5eb..4e23369e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Path to parent kernel include files directory DESTDIR= -SBINDIR=/sbin +SBINDIR=/usr/sbin CONFDIR=/etc/iproute2 DOCDIR=/usr/doc/iproute2 @@ -25,7 +25,7 @@ ADDLIB+=ipx_ntop.o ipx_pton.o CC = gcc CCOPTS = -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -g -CFLAGS = $(CCOPTS) $(GLIBCFIX) -I$(KERNEL_INCLUDE) -I../include $(DEFINES) +CFLAGS = $(CCOPTS) -I$(KERNEL_INCLUDE) -I../include -I/usr/include/db41 $(DEFINES) LDLIBS += -L../lib -lnetlink -lutil