From 28dd12783efc8082748bf1eb391156b62f4d9b55 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 21 Aug 2002 09:22:20 +0000 Subject: [PATCH] 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. --- build/Makefile | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.39.5