diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-05-13 02:34:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-05-13 02:34:25 +0000 |
commit | 158ffd405e3dace1c79cbbd6994d5b4936bfcd99 (patch) | |
tree | 52c32b4833a7f7aebcda53f10325de8bcc65123c /networking/libiproute | |
parent | 7a3d25e370e72ddd92a9e759481c0f25c2b82fdc (diff) | |
download | busybox-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/Makefile | 2 |
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=../.. | |||
25 | endif | 25 | endif |
26 | srcdir=$(top_srcdir)/networking/libiproute | 26 | srcdir=$(top_srcdir)/networking/libiproute |
27 | LIBIPROUTE_DIR:=./ | 27 | LIBIPROUTE_DIR:=./ |
28 | include $(top_builddir)/Rules.mak | 28 | include $(top_srcdir)/Rules.mak |
29 | include $(top_builddir)/.config | 29 | include $(top_builddir)/.config |
30 | include Makefile.in | 30 | include Makefile.in |
31 | all: $(libraries-y) | 31 | all: $(libraries-y) |