From 186b89d7a3aa71471a7652a9d159da7fc475ad65 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Fri, 25 Aug 1995 19:03:19 +0000 Subject: (ext2fs): Put libports in the right place in the linking order. --- ext2fs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext2fs') diff --git a/ext2fs/Makefile b/ext2fs/Makefile index c3bf113f..0895866c 100644 --- a/ext2fs/Makefile +++ b/ext2fs/Makefile @@ -25,6 +25,6 @@ SRCS = balloc.c bitmap.c devio.c dir.c ext2fs.c getblk.c hyper.c ialloc.c \ OBJS = $(SRCS:.c=.o) LCLHDRS = ext2fs.h ext2_fs.h ext2_fs_i.h -ext2fs: $(OBJS) ../libdiskfs/libdiskfs.a ../libports/libports.a ../libpager/libpager.a ../libioserver/libioserver.a ../libfshelp/libfshelp.a ../libthreads/libthreads.a ../libihash/libihash.a ../libshouldbeinlibc/libshouldbeinlibc.a +ext2fs: $(OBJS) ../libdiskfs/libdiskfs.a ../libpager/libpager.a ../libioserver/libioserver.a ../libfshelp/libfshelp.a ../libports/libports.a ../libthreads/libthreads.a ../libihash/libihash.a ../libshouldbeinlibc/libshouldbeinlibc.a include ../Makeconf -- cgit v1.2.3