aboutsummaryrefslogtreecommitdiff
path: root/shell
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 /shell
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 'shell')
-rw-r--r--shell/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/Makefile b/shell/Makefile
index c29ec3464..9590f524e 100644
--- a/shell/Makefile
+++ b/shell/Makefile
@@ -12,7 +12,7 @@ top_builddir=..
12endif 12endif
13srcdir=$(top_srcdir)/shell 13srcdir=$(top_srcdir)/shell
14SHELL_DIR:=./ 14SHELL_DIR:=./
15include $(top_builddir)/Rules.mak 15include $(top_srcdir)/Rules.mak
16include $(top_builddir)/.config 16include $(top_builddir)/.config
17include Makefile.in 17include Makefile.in
18all: $(libraries-y) 18all: $(libraries-y)