From 2a8c03de9e43303152001725d726a56f3dc76dd6 Mon Sep 17 00:00:00 2001 From: jkh Date: Thu, 14 Sep 2000 06:20:19 +0000 Subject: remove .PHONY to avoid gratuitous rebuild of ioctl.c each time. Approved by: sef --- usr.bin/truss/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/truss') diff --git a/usr.bin/truss/Makefile b/usr.bin/truss/Makefile index 1e46c77..9dc6bba 100644 --- a/usr.bin/truss/Makefile +++ b/usr.bin/truss/Makefile @@ -28,7 +28,7 @@ syscalls.h: syscalls.master /bin/sh ${.CURDIR}/../../sys/kern/makesyscalls.sh syscalls.master \ ${.CURDIR}/i386.conf -ioctl.c: .PHONY +ioctl.c: sh ${.CURDIR}/../../usr.bin/kdump/mkioctls ${DESTDIR}/usr/include > ioctl.c .include -- cgit v1.1