diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-09-22 16:19:50 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-09-22 16:19:50 +0000 |
commit | 690024a0b29c33375aa3facd2322ecb52919d3d0 (patch) | |
tree | 4e3ce1f404169779691a8687dff5bb3b2930e488 /Makefile | |
parent | df710cd04b3d14e4f2c6721a1897495cbd7bc3fb (diff) | |
download | drakx-690024a0b29c33375aa3facd2322ecb52919d3d0.tar drakx-690024a0b29c33375aa3facd2322ecb52919d3d0.tar.gz drakx-690024a0b29c33375aa3facd2322ecb52919d3d0.tar.bz2 drakx-690024a0b29c33375aa3facd2322ecb52919d3d0.tar.xz drakx-690024a0b29c33375aa3facd2322ecb52919d3d0.zip |
no_comment
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ clean: $(BOOT_IMG): $(BINS) if [ ! -e modules ]; then $(MAKE) update_kernel; fi - #./make_boot_img $@ $(@:gi_%.img=%) +# ./make_boot_img $@ $(@:gi_%.img=%) ./make_boot_img $@ $(@:gi_%.img=%) $(BINS): |