diff options
author | Miles Bader <miles@gnu.org> | 1996-07-06 04:19:03 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-07-06 04:19:03 +0000 |
commit | 0dcee3c25fd84fb3dbc4bc28afa4163ce467b4f2 (patch) | |
tree | cf1f9de089957d73cf464c9d0738686c448f0f60 | |
parent | 8d032390329cf07435bfa093ca7a2bbed1b83619 (diff) |
(getty): Depend on ../libshouldbeinlibc/libshouldbeinlibc.a.
-rw-r--r-- | daemons/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemons/Makefile b/daemons/Makefile index 69ab42da..b089ac79 100644 --- a/daemons/Makefile +++ b/daemons/Makefile @@ -34,6 +34,6 @@ include ../Makeconf %: %.sh cp $< $@ && chmod +w $@ -getty: -lutil +getty: ../libshouldbeinlibc/libshouldbeinlibc.a -lutil $(filter-out $(special-targets), $(targets)): %: %.o |