summaryrefslogtreecommitdiffstats
path: root/kernel/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-10-05 00:26:31 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-10-05 00:26:31 +0000
commitdeb5992d16bc09be562095021456061162dda8cd (patch)
tree3005de3758b4e82e8a7a27dbbb6e45096dfdc3fb /kernel/Makefile
parentf792373ef451d6afa5f680cadc75b8715b7c5ecd (diff)
downloaddrakx-deb5992d16bc09be562095021456061162dda8cd.tar
drakx-deb5992d16bc09be562095021456061162dda8cd.tar.gz
drakx-deb5992d16bc09be562095021456061162dda8cd.tar.bz2
drakx-deb5992d16bc09be562095021456061162dda8cd.tar.xz
drakx-deb5992d16bc09be562095021456061162dda8cd.zip
no need for using specific_arch, it's much nicer done with if's in update_kernel
Diffstat (limited to 'kernel/Makefile')
-rw-r--r--kernel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/Makefile b/kernel/Makefile
index a821d3939..9e4dd9bb5 100644
--- a/kernel/Makefile
+++ b/kernel/Makefile
@@ -1,7 +1,7 @@
all: all.modules
all.modules: ../mdk-stage1/mar/mar update_kernel list_modules.pm
- `../tools/specific_arch ./update_kernel`
+ ./update_kernel
../mdk-stage1/mar/mar:
make -C `dirname $@` mar