diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-09-22 16:19:41 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-09-22 16:19:41 +0000 |
commit | df710cd04b3d14e4f2c6721a1897495cbd7bc3fb (patch) | |
tree | b59c2c0fc50f2c6df55594ae2732322adba37fc0 /Makefile | |
parent | 04af01cefa358520ab4c9b608e1e47f8f1e664f2 (diff) | |
download | drakx-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |