From b8bd1ddf2c119711c1728b83071ebd2f0da9cc70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Hord=C3=A9?= Date: Mon, 2 Apr 2007 12:59:31 +0000 Subject: [PATCH] =?UTF-8?q?build:=20ajout=20des=20d=C3=A9pendances=20dans?= =?UTF-8?q?=20la=20construction?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install/makefile b/install/makefile index b1fb2d2..21dc04f 100644 --- a/install/makefile +++ b/install/makefile @@ -1,6 +1,6 @@ all: makall -makall: +makall: iflop/iflop.com mbrol/mbrol.com sync clean: @@ -14,6 +14,5 @@ mbrol/mbrol.com: (cd mbrol; make) -