]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
More build and target directory changes.
authorosdl.org!shemminger <osdl.org!shemminger>
Wed, 9 Jun 2004 21:28:11 +0000 (21:28 +0000)
committerosdl.org!shemminger <osdl.org!shemminger>
Wed, 9 Jun 2004 21:28:11 +0000 (21:28 +0000)
(Logical change 1.20)

Makefile

index b3cff5eb0718e84df965fff9a7c35dc9ffd88d1c..4e23369ea105b80217df28aaf11031031ce6a370 100644 (file)
--- 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