From b165a3a9b5864235aa405bcb2c8612fba408be8f Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Sun, 23 Apr 1995 13:02:52 +0000 Subject: Updated utils Makefiles! --- misc/colorls/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc/colorls') diff --git a/misc/colorls/Makefile b/misc/colorls/Makefile index 6c3112a7e808..f0ecb53a9b01 100644 --- a/misc/colorls/Makefile +++ b/misc/colorls/Makefile @@ -3,7 +3,7 @@ # Date created: 8 March 1995 # Whom: Satoshi Asami # -# $Id: Makefile,v 1.3 1995/04/01 12:50:06 jkh Exp $ +# $Id: Makefile,v 1.4 1995/04/15 01:28:36 asami Exp $ # DISTNAME= colorls @@ -20,7 +20,7 @@ FTP_SITE= ftp.freebsd.org FTP_DIR= /pub/FreeBSD/FreeBSD-current/src/bin/ .if !defined(MASTER_SITE_OVERRIDE) -fetch: pre-fetch +do-fetch: @if [ ! -d ${DISTDIR} ]; then mkdir -p ${DISTDIR}; fi @(cd ${DISTDIR}; \ if [ ! -f ${DISTFILES} ]; then \ -- cgit v1.2.3