summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mdk-stage1/Makefile3
-rw-r--r--mdk-stage1/Makefile.mkinitrd_helper2
2 files changed, 2 insertions, 3 deletions
diff --git a/mdk-stage1/Makefile b/mdk-stage1/Makefile
index 52a7fe792..3b1482724 100644
--- a/mdk-stage1/Makefile
+++ b/mdk-stage1/Makefile
@@ -229,10 +229,9 @@ clean:
tar-mkinitrd_helper: clean
- $(MAKE) -C mkinitrd_helper clean
rm -rf mkinitrd_helper-subdir
mkdir mkinitrd_helper-subdir
- cd mkinitrd_helper-subdir ; cp -a ../dietlibc ../insmod-busybox ../mkinitrd_helper ../Makefile.common ../insmod.h ../log.h . ; \
+ cd mkinitrd_helper-subdir ; cp -a ../dietlibc ../insmod-busybox ../Makefile.common ../insmod.h ../log.h . ; \
cp ../Makefile.mkinitrd_helper Makefile
tar cfj mkinitrd_helper.tar.bz2 mkinitrd_helper-subdir --exclude CVS
rm -rf mkinitrd_helper-subdir
diff --git a/mdk-stage1/Makefile.mkinitrd_helper b/mdk-stage1/Makefile.mkinitrd_helper
index 899fccb55..72bef595f 100644
--- a/mdk-stage1/Makefile.mkinitrd_helper
+++ b/mdk-stage1/Makefile.mkinitrd_helper
@@ -14,7 +14,7 @@
#*****************************************************************************
-DIRS = dietlibc insmod-busybox mkinitrd_helper
+DIRS = dietlibc insmod-busybox
all: dirs