From 38e9c52c12ad23592e106b4d1f4c223e052d693a Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Thu, 4 Mar 2004 03:23:09 +0000 Subject: [PATCH] do not use '-I $kernelincludedir' anymore git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/branches/SYSCALL_SWITCH@1056 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/lib/Makefile-files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util-vserver/lib/Makefile-files b/util-vserver/lib/Makefile-files index cfa9cba..cf8e91c 100644 --- a/util-vserver/lib/Makefile-files +++ b/util-vserver/lib/Makefile-files @@ -41,4 +41,4 @@ lib_XHDRS = lib/syscall-compat.hc \ lib_lib_LIBS = lib/libvserver.a lib_libvserver_a_SOURCES = $(lib_SRCS) -lib_libvserver_a_CPPFLAGS = -I$(kernelincludedir) -D_GNU_SOURCE +lib_libvserver_a_CPPFLAGS = -D_GNU_SOURCE -- 1.8.1.5