aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-05-13 02:33:41 +0000
committerMike Frysinger <vapier@gentoo.org>2006-05-13 02:33:41 +0000
commitd9b6b844e5263f08af039a6d7b1f5388702a5d84 (patch)
tree73a3a1edcfb15666b33f1ceb43e19ca2bc067cbb /networking/udhcp
parent39440e520c7445e9bafd310816cc152a3192721a (diff)
downloadbusybox-w32-d9b6b844e5263f08af039a6d7b1f5388702a5d84.tar.gz
busybox-w32-d9b6b844e5263f08af039a6d7b1f5388702a5d84.tar.bz2
busybox-w32-d9b6b844e5263f08af039a6d7b1f5388702a5d84.zip
pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list
Diffstat (limited to 'networking/udhcp')
-rw-r--r--networking/udhcp/Makefile2
1 files changed, 1 insertions, 1 deletions
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=../..
25endif 25endif
26srcdir=$(top_srcdir)/networking/udhcp 26srcdir=$(top_srcdir)/networking/udhcp
27UDHCP_DIR:=./ 27UDHCP_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)