summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 89d527bed..c8d5b8073 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ UPLOAD_SPARC_DEST = /mnt/BIG/distrib/sparc
.PHONY: dirs perl-install $(FLOPPY_IMG) install
install: all.modules build rescue
- for i in images misc Mandrake Mandrake/base; do install -d $(ROOTDEST)/$$i ; done
+ for i in images misc Mandrake Mandrake/base Mandrake/share/advertising; do install -d $(ROOTDEST)/$$i ; done
ifneq (ppc,$(ARCH))
for i in $(FRELEASE_BOOT_IMG); do cp -f $${i}* $(ROOTDEST)/images; done
endif
@@ -60,6 +60,10 @@ endif
install live_update $(ROOTDEST)/live_update
make -C perl-install full_stage2
+ make install-ads
+
+install-ads:
+ make -C perl-install/share/advertising install
build: $(FBOOT_RDZ) $(FBOOT_IMG)