aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
Diffstat (limited to 'networking')
-rw-r--r--networking/libiproute/Makefile2
-rw-r--r--networking/udhcp/Makefile2
2 files changed, 2 insertions, 2 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=../..
endif
srcdir=$(top_srcdir)/networking/libiproute
LIBIPROUTE_DIR:=./
-include $(top_builddir)/Rules.mak
+include $(top_srcdir)/Rules.mak
include $(top_builddir)/.config
include Makefile.in
all: $(libraries-y)
diff --git a/networking/udhcp/Makefile b/networking/udhcp/Makefile
index 7c027edc0..dbea9d4d0 100644
--- a/networking/udhcp/Makefile
+++ b/networking/udhcp/Makefile
@@ -25,7 +25,7 @@ top_builddir=../..
endif
srcdir=$(top_srcdir)/networking/udhcp
UDHCP_DIR:=./
-include $(top_builddir)/Rules.mak
+include $(top_srcdir)/Rules.mak
include $(top_builddir)/.config
include Makefile.in
all: $(libraries-y)