]> rtime.felk.cvut.cz Git - lisovros/iproute2_canprio.git/commitdiff
Get rid of this glibc-include stuff, not needed anymore.
authorosdl.org!shemminger <osdl.org!shemminger>
Tue, 8 Jun 2004 23:50:43 +0000 (23:50 +0000)
committerosdl.org!shemminger <osdl.org!shemminger>
Tue, 8 Jun 2004 23:50:43 +0000 (23:50 +0000)
(Logical change 1.16)

Makefile

index 4dacba875d7c753df51a7c22f82928729ec28b4e..b3cff5eb0718e84df965fff9a7c35dc9ffd88d1c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -23,16 +23,6 @@ ADDLIB+=dnet_ntop.o dnet_pton.o
 #options for ipx
 ADDLIB+=ipx_ntop.o ipx_pton.o
 
-ifeq ($(LIBC_INCLUDE)/socketbits.h,$(wildcard $(LIBC_INCLUDE)/socketbits.h))
-  ifeq ($(LIBC_INCLUDE)/net/if_packet.h,$(wildcard $(LIBC_INCLUDE)/net/if_packet.h))
-    GLIBCFIX=-I../include-glibc -include ../include-glibc/glibc-bugs.h
-  endif
-endif
-ifeq ($(LIBC_INCLUDE)/bits/socket.h,$(wildcard $(LIBC_INCLUDE)/bits/socket.h))
-  GLIBCFIX=-I../include-glibc -I/usr/include/db3 -include ../include-glibc/glibc-bugs.h
-endif
-
-
 CC = gcc
 CCOPTS = -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -g
 CFLAGS = $(CCOPTS) $(GLIBCFIX) -I$(KERNEL_INCLUDE) -I../include $(DEFINES)