From 07c34713b5d4bbc8f5a63c1a24689fde01076cf4 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Mon, 27 Dec 2004 21:28:43 +0000 Subject: Use NO_FETCH instead of a gratuitous do-fetch target. --- emulators/rtc/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'emulators/rtc') diff --git a/emulators/rtc/Makefile b/emulators/rtc/Makefile index fddb23c83e76..97f016f9be4f 100644 --- a/emulators/rtc/Makefile +++ b/emulators/rtc/Makefile @@ -17,6 +17,7 @@ COMMENT= Kernel module which provides /dev/rtc device support WRKSRC= ${WRKDIR}/files +NO_FETCH= yes USE_LINUX= yes KMODDIR= ${PREFIX}/modules @@ -40,9 +41,6 @@ IGNORE= "Systems prior to 400013 are out of support" IGNORE= "Kernel source files required" .endif -do-fetch: - @${ECHO} "I don't fetch anything..." - do-extract: @${MKDIR} ${WRKSRC} @${SED} -e 's,@@PREFIX@@,${PREFIX},' \ -- cgit v1.2.3