diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-04-30 14:15:46 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-04-30 14:15:46 +0000 |
commit | 560a4c31926611901854a40fa603dddaebfdaac1 (patch) | |
tree | 1293a2507f532bee1aea6344bf710e21f87daeb8 /ufs-utils/Makefile | |
parent | a0822d7f1806b8910dd555fce87c780026a45fe6 (diff) |
($(targets)): do it right...
Diffstat (limited to 'ufs-utils/Makefile')
-rw-r--r-- | ufs-utils/Makefile | 2 |
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 |