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 /applets | |
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 'applets')
-rw-r--r-- | applets/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/Makefile b/applets/Makefile index 155279942..0d892f5e5 100644 --- a/applets/Makefile +++ b/applets/Makefile | |||
@@ -12,7 +12,7 @@ top_builddir=.. | |||
12 | endif | 12 | endif |
13 | srcdir=$(top_srcdir)/applets | 13 | srcdir=$(top_srcdir)/applets |
14 | APPLETS_DIR:=./ | 14 | APPLETS_DIR:=./ |
15 | include $(top_builddir)/Rules.mak | 15 | include $(top_srcdir)/Rules.mak |
16 | include $(top_builddir)/.config | 16 | include $(top_builddir)/.config |
17 | include $(srcdir)/Makefile.in | 17 | include $(srcdir)/Makefile.in |
18 | all: $(libraries-y) | 18 | all: $(libraries-y) |