From: Martin Mares Date: Wed, 21 Aug 2002 09:22:20 +0000 (+0000) Subject: Deleted the .SECONDARY hack -- (1) it only patched the consequences, not X-Git-Tag: holmes-import~1362 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=28dd12783efc8082748bf1eb391156b62f4d9b55;p=libucw.git Deleted the .SECONDARY hack -- (1) it only patched the consequences, not the real cause, (2) it broke building of scripts. Work-around: after make distclean, run make runtree first. Make seems to ignore rules for files in not-yet-existing directories. --- diff --git a/build/Makefile b/build/Makefile index 151fd011..4544625a 100644 --- a/build/Makefile +++ b/build/Makefile @@ -3,5 +3,3 @@ DIRS+=build obj/build/genhash: obj/build/genhash.o - -.SECONDARY: obj/build/genhash obj/build/genhash.o