diff options
author | Miles Bader <miles@gnu.org> | 1996-01-18 23:54:38 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-01-18 23:54:38 +0000 |
commit | 255794d615d8b722678b22442c70467106100025 (patch) | |
tree | 49a1537d8ba9c2a585193f489f1ccfbbac475b32 /ext2fs | |
parent | b5bcb94f3e53138d2528e7db112123b24865681a (diff) |
(LDFLAGS): Add -static.
Diffstat (limited to 'ext2fs')
-rw-r--r-- | ext2fs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext2fs/Makefile b/ext2fs/Makefile index bd734407..64205513 100644 --- a/ext2fs/Makefile +++ b/ext2fs/Makefile @@ -25,6 +25,8 @@ SRCS = balloc.c bitmap.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 +LDFLAGS += -static + 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 |