summaryrefslogtreecommitdiff
path: root/networking/libiproute
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-05-13 02:34:25 +0000
committerMike Frysinger <vapier@gentoo.org>2006-05-13 02:34:25 +0000
commit158ffd405e3dace1c79cbbd6994d5b4936bfcd99 (patch)
tree52c32b4833a7f7aebcda53f10325de8bcc65123c /networking/libiproute
parent7a3d25e370e72ddd92a9e759481c0f25c2b82fdc (diff)
downloadbusybox-w32-158ffd405e3dace1c79cbbd6994d5b4936bfcd99.tar.gz
busybox-w32-158ffd405e3dace1c79cbbd6994d5b4936bfcd99.tar.bz2
busybox-w32-158ffd405e3dace1c79cbbd6994d5b4936bfcd99.zip
pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list
Diffstat (limited to 'networking/libiproute')
-rw-r--r--networking/libiproute/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/libiproute/Makefile b/networking/libiproute/Makefile
index 96b1449e3..2fafae738 100644
--- a/networking/libiproute/Makefile
+++ b/networking/libiproute/Makefile
@@ -25,7 +25,7 @@ top_builddir=../..
25endif 25endif
26srcdir=$(top_srcdir)/networking/libiproute 26srcdir=$(top_srcdir)/networking/libiproute
27LIBIPROUTE_DIR:=./ 27LIBIPROUTE_DIR:=./
28include $(top_builddir)/Rules.mak 28include $(top_srcdir)/Rules.mak
29include $(top_builddir)/.config 29include $(top_builddir)/.config
30include Makefile.in 30include Makefile.in
31all: $(libraries-y) 31all: $(libraries-y)