[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <11895409553082-git-send-email-jheffner@psc.edu>
Date: Tue, 11 Sep 2007 16:02:34 -0400
From: John Heffner <jheffner@....edu>
To: shemminger@...ux-foundation.org
Cc: netdev@...r.kernel.org, John Heffner <jheffner@....edu>
Subject: [PATCH 1/2] [IPROUTE2] Add missing LIBUTIL for dependencies.
Signed-off-by: John Heffner <jheffner@....edu>
---
Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index af0d5e4..7e4605c 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,8 @@ LDLIBS += -L../lib -lnetlink -lutil
SUBDIRS=lib ip tc misc netem genl
-LIBNETLINK=../lib/libnetlink.a ../lib/libutil.a
+LIBUTIL=../lib/libutil.a
+LIBNETLINK=../lib/libnetlink.a $(LIBUTIL)
all: Config
@set -e; \
--
1.5.3.rc4.29.g74276-dirty
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists