summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-09-22 16:19:41 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-09-22 16:19:41 +0000
commitdf710cd04b3d14e4f2c6721a1897495cbd7bc3fb (patch)
treeb59c2c0fc50f2c6df55594ae2732322adba37fc0 /Makefile
parent04af01cefa358520ab4c9b608e1e47f8f1e664f2 (diff)
downloaddrakx-df710cd04b3d14e4f2c6721a1897495cbd7bc3fb.tar
drakx-df710cd04b3d14e4f2c6721a1897495cbd7bc3fb.tar.gz
drakx-df710cd04b3d14e4f2c6721a1897495cbd7bc3fb.tar.bz2
drakx-df710cd04b3d14e4f2c6721a1897495cbd7bc3fb.tar.xz
drakx-df710cd04b3d14e4f2c6721a1897495cbd7bc3fb.zip
no_comment
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c3d155efa..cd188a723 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ all: $(BOOT_IMG)
cp -f $(BOOT_IMG) /export/images
clean:
- rm -rf $(BOOT_IMG) $(BINS) modules vmlinuz
+ rm -rf $(BOOT_IMG) $(BINS) modules vmlinuz System.map
$(BOOT_IMG): $(BINS)
if [ ! -e modules ]; then $(MAKE) update_kernel; fi