From 1bb3d33fee708202322a4f17c66226f30878dd95 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 13 Sep 1999 04:35:00 +0000 Subject: 1999-09-09 Roland McGrath * Makefile (makemode): server -> servers. (targets): Replaced with target; remove ext2fs.static. (ext2fs.static-LDFLAGS): Variable removed. (ext2fs, ext2fs.static): Remove deps. --- ext2fs/Makefile | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/ext2fs/Makefile b/ext2fs/Makefile index 1f5f2e84..07bb3f95 100644 --- a/ext2fs/Makefile +++ b/ext2fs/Makefile @@ -1,6 +1,6 @@ # Makefile for ext2fs # -# Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. +# Copyright (C) 1994, 1995, 1996, 1999 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -17,18 +17,13 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. dir := ext2fs -makemode := servers +makemode := server -targets = ext2fs ext2fs.static +target = ext2fs SRCS = balloc.c bitmap.c dir.c ext2fs.c getblk.c hyper.c ialloc.c \ inode.c pager.c pokel.c truncate.c storeinfo.c msg.c OBJS = $(SRCS:.c=.o) LCLHDRS = ext2fs.h ext2_fs.h ext2_fs_i.h HURDLIBS=diskfs pager iohelp fshelp store ports threads ihash shouldbeinlibc -ext2fs.static-LDFLAGS += -static - include ../Makeconf - -ext2fs ext2fs.static: $(OBJS) $(library_deps) - -- cgit v1.2.3