summaryrefslogtreecommitdiff
path: root/ufs-utils
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-04-30 14:15:46 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-04-30 14:15:46 +0000
commit560a4c31926611901854a40fa603dddaebfdaac1 (patch)
tree1293a2507f532bee1aea6344bf710e21f87daeb8 /ufs-utils
parenta0822d7f1806b8910dd555fce87c780026a45fe6 (diff)
($(targets)): do it right...
Diffstat (limited to 'ufs-utils')
-rw-r--r--ufs-utils/Makefile2
1 files changed, 1 insertions, 1 deletions
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