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 | cf0e1234317a81251e24f08948a649769c259fc9 (patch) | |
| tree | 8905008a33ed2718350be73abb6e7aad122fdd7c | |
| parent | 87c86bfb2e48c45807ce51ef67643ab08ec1b56e (diff) | |
($(targets)): do it right...
| -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 |
