From 20002f8d8cee6c6d30c7aa7fbbbad79e4cb82664 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sun, 17 Apr 2016 16:24:23 -0700 Subject: Use phony targets for order-only dependencies --- core/sinit/gen.rc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'core/sinit') diff --git a/core/sinit/gen.rc b/core/sinit/gen.rc index 556d5564..66d904fc 100644 --- a/core/sinit/gen.rc +++ b/core/sinit/gen.rc @@ -1,9 +1,8 @@ cflags -Wall -Wextra -I '$outdir' build '$outdir'/config.h copy '$srcdir'/config.def.h -cc sinit.c '||' '$outdir'/stamp +cc sinit.c '||' '$outdir'/config.h link sinit sinit.c.o file bin/sinit '$outdir'/sinit 755 file share/man/man8/sinit.8 '$srcdir'/sinit.8 644 -stamp config.h -- cgit v1.2.3