From: osdl.org!shemminger Date: Wed, 9 Jun 2004 21:28:11 +0000 (+0000) Subject: More build and target directory changes. X-Git-Tag: v2_6_7-040701~61 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c90d5875a9701e6825cb288a9cc0d3453eb951d6;p=thirdparty%2Fiproute2.git More build and target directory changes. (Logical change 1.20) --- diff --git a/Makefile b/Makefile index b3cff5eb0..4e23369ea 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