diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-09-01 03:35:11 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-09-01 03:35:11 +0000 |
commit | 20870dd529a590c576b9ac0efce8ebb43170c1d2 (patch) | |
tree | 8b4643e3acd14729b32f0abb0229c77fb01b381a | |
parent | e854c8658a818b5e35581bc58caee30c99229e08 (diff) | |
download | drakx-20870dd529a590c576b9ac0efce8ebb43170c1d2.tar drakx-20870dd529a590c576b9ac0efce8ebb43170c1d2.tar.gz drakx-20870dd529a590c576b9ac0efce8ebb43170c1d2.tar.bz2 drakx-20870dd529a590c576b9ac0efce8ebb43170c1d2.tar.xz drakx-20870dd529a590c576b9ac0efce8ebb43170c1d2.zip |
Split into a new target mdkinst_stage2
-rw-r--r-- | perl-install/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index 86dd6feb4..122fabfe1 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -197,6 +197,9 @@ endif full_stage2: $(MAKE) stage2 + $(MAKE) mdkinst_stage2 + +mdkinst_stage2: $(MISC_DEST)/make_mdkinst_stage2 $(DEST) $(STAGE2_DEST)/mdkinst_stage2 stage2: |