From 816771ca4fac8e9573b43e6f7ab4038b0a411368 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 18 Jan 2005 13:51:52 +0000 Subject: fix building images --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 33fea72f0..e95d96ea9 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ dirs: @for n in $(DIRS); do $(MAKE) -C $$n all || exit 1 ; done images: - DISTRIB_DESCR=$(DISTRIB_DESCR) ./make_boot_img boot.iso + DISTRIB_DESCR=$(DISTRIB_DESCR) ./make_boot_img tar: clean rpm -qa > needed_rpms.lst -- cgit v1.2.1