summaryrefslogtreecommitdiff
path: root/ext2fs/Makefile
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-01-18 23:54:38 +0000
committerMiles Bader <miles@gnu.org>1996-01-18 23:54:38 +0000
commit255794d615d8b722678b22442c70467106100025 (patch)
tree49a1537d8ba9c2a585193f489f1ccfbbac475b32 /ext2fs/Makefile
parentb5bcb94f3e53138d2528e7db112123b24865681a (diff)
(LDFLAGS): Add -static.
Diffstat (limited to 'ext2fs/Makefile')
-rw-r--r--ext2fs/Makefile2
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