From 3dd5f15cf91fe4ee7f957121cb683c57767106f5 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 16 Aug 1994 16:21:47 +0000 Subject: [PATCH] Added bfile. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 0f081ef..69c3aa8 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,12 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.2 1994-08-16 16:15:48 adam Exp $ +# $Id: Makefile,v 1.3 1994-08-16 16:21:47 adam Exp $ -SUBDIR=util +SUBDIR=util bfile all: for i in $(SUBDIR); do (cd $$i; make); done dep: - for i in $(SUBDIR); do (cd $$i; make dep); done + for i in $(SUBDIR); do (cd $$i; echo >.depend; make dep); done -- 1.7.10.4