diff options
author | Miles Bader <miles@gnu.org> | 1995-08-25 19:03:19 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-08-25 19:03:19 +0000 |
commit | 186b89d7a3aa71471a7652a9d159da7fc475ad65 (patch) | |
tree | fdca5a0250ebcc6a95ded17ca9180febef986a5d /ext2fs/Makefile | |
parent | 7d8e3d5e8bfc4fff3d35cb3333e3a88233d67625 (diff) |
(ext2fs): Put libports in the right place in the linking order.
Diffstat (limited to 'ext2fs/Makefile')
-rw-r--r-- | ext2fs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |