diff options
author | Francois Pons <fpons@mandriva.com> | 2001-02-22 21:10:58 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-02-22 21:10:58 +0000 |
commit | 35d6d94d1850227715a6e454a7d077b464d4add8 (patch) | |
tree | 231cb51c35390a9b81e4229e29ededbd5b906134 /rescue/Makefile | |
parent | 33e57bff12ed53177d7886f308624251cc9156a6 (diff) | |
download | drakx-35d6d94d1850227715a6e454a7d077b464d4add8.tar drakx-35d6d94d1850227715a6e454a7d077b464d4add8.tar.gz drakx-35d6d94d1850227715a6e454a7d077b464d4add8.tar.bz2 drakx-35d6d94d1850227715a6e454a7d077b464d4add8.tar.xz drakx-35d6d94d1850227715a6e454a7d077b464d4add8.zip |
make rescue build a bit more cleaner (added dependancy).
added missing file for rescue to enable new oem install.
Diffstat (limited to 'rescue/Makefile')
-rw-r--r-- | rescue/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/Makefile b/rescue/Makefile index 826ad7da8..4d3015b81 100644 --- a/rescue/Makefile +++ b/rescue/Makefile @@ -3,7 +3,7 @@ ROOTDEST = /export install: rescue_stage2.bz2 cp -f $< $(ROOTDEST)/Mandrake/base -rescue_stage2.bz2: kernel_read_part +rescue_stage2.bz2: kernel_read_part list ./make_rescue_img clean: |