diff options
author | Miles Bader <miles@gnu.org> | 1996-06-21 02:39:54 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-06-21 02:39:54 +0000 |
commit | 1902fe4779d2aa720f0150076e262c900e3699f0 (patch) | |
tree | d8dd51f862aa7baf89bc8f837fe3f59178d3f8f5 /pfinet | |
parent | a78ee83adfb68f0f5ca8fbda48da1d50649acde6 (diff) |
(pfinet): Depend on ../libshouldbeinlibc/libshouldbeinlibc.a.
Diffstat (limited to 'pfinet')
-rw-r--r-- | pfinet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pfinet/Makefile b/pfinet/Makefile index cf12f473..b2cd95f5 100644 --- a/pfinet/Makefile +++ b/pfinet/Makefile @@ -39,7 +39,7 @@ FROBBEDLINUXHEADERS = autoconf.h config.h errno.h etherdevice.h fcntl.h \ notifier.h param.h route.h sched.h skbuff.h socket.h sockios.h stat.h \ string.h tcp.h termios.h time.h timer.h types.h udp.h un.h wait.h -pfinet: $(OBJS) ../libtrivfs/libtrivfs.a ../libthreads/libthreads.a ../libports/libports.a ../libihash/libihash.a +pfinet: $(OBJS) ../libtrivfs/libtrivfs.a ../libthreads/libthreads.a ../libports/libports.a ../libihash/libihash.a ../libshouldbeinlibc/libshouldbeinlibc.a vpath %.c $(srcdir)/linux-inet |