From f3dd1600ffce42ff0e3446fd5e482d5b5f9ec4d2 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Wed, 22 Sep 2004 02:28:32 +0000 Subject: Separate mdkinst_stage2 step in makefile --- perl-install/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'perl-install/Makefile') diff --git a/perl-install/Makefile b/perl-install/Makefile index ff8307ff9..69a7969f5 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -206,6 +206,9 @@ endif full_stage2: $(MAKE) stage2 + $(MAKE) mdkinst_stage2 + +mdkinst_stage2: $(ROOTDEST)/misc/make_mdkinst_stage2 $(DEST) $(ROOTDEST)/Mandrake/base/mdkinst_stage2 stage2: -- cgit v1.2.1