From af462755cf0ca7a0a048afa732445df65c261eeb Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Sat, 1 Apr 1995 13:24:03 +0000 Subject: Make forced rebuilds of the INDEX file work properly. --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5659028c7bee..6caed5b657f7 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,13 @@ -# $Id: Makefile,v 1.15 1995/03/23 21:03:32 gpalmer Exp $ +# $Id: Makefile,v 1.16 1995/04/01 13:05:35 jkh Exp $ # SUBDIR= archivers audio cad comms databases devel editors games graphics \ japanese lang mail math net news print shells utils x11 .include -index: ${.CURDIR}/INDEX +index: + @rm -f ${.CURDIR}/INDEX + @make ${.CURDIR}/INDEX ${.CURDIR}/INDEX: @echo -n "Generating INDEX - please wait.." -- cgit v1.2.3