From 560a4c31926611901854a40fa603dddaebfdaac1 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 30 Apr 1996 14:15:46 +0000 Subject: ($(targets)): do it right... --- ufs-utils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ufs-utils') diff --git a/ufs-utils/Makefile b/ufs-utils/Makefile index 9e8a68ab..23e437ee 100644 --- a/ufs-utils/Makefile +++ b/ufs-utils/Makefile @@ -32,6 +32,6 @@ include ../Makeconf mkfs.ufs: mkfs.o dlabel.o ../libshouldbeinlibc/libshouldbeinlibc.a -$(targets): %: %.o +$(targets): %.ufs: %.o -- cgit v1.2.3