aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorvapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-05-13 02:33:09 +0000
committervapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-05-13 02:33:09 +0000
commit1dbe42572fec4d568994a014aef5729251ac812a (patch)
treeeea9d02e49ee8f9f7c0f1d0bf54df3d318fcdf50 /shell
parentb1ef49381824b86ea855178913655a16e73099c7 (diff)
downloadbusybox-w32-1dbe42572fec4d568994a014aef5729251ac812a.tar.gz
busybox-w32-1dbe42572fec4d568994a014aef5729251ac812a.tar.bz2
busybox-w32-1dbe42572fec4d568994a014aef5729251ac812a.zip
pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list
git-svn-id: svn://busybox.net/trunk/busybox@15079 69ca8d6d-28ef-0310-b511-8ec308f3f277
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)