From 1547e6c9b2108fa5c0e619ad7a1efd07744603b6 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 22 Jul 1994 19:14:29 +0000 Subject: Formerly Makefile.~3~ --- trans/Makefile | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) (limited to 'trans') diff --git a/trans/Makefile b/trans/Makefile index 74649bbc..129b0f8b 100644 --- a/trans/Makefile +++ b/trans/Makefile @@ -16,28 +16,10 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. dir := trans -include ../Makeconf - -DIST_FILES = Makefile $(SRCS) ChangeLog - -TRANS = ifsock symlink - -SRCS = $(addsuffix .c,$(TRANS)) +makemode := misc -TRANS_INST = $(addprefix $(hurdroot)/hurd/,$(TRANS)) +SRCS = ifsock.c symlink.c -all: $(TRANS) - -ifsock: ifsock.o $(libports) fsysServer.o - $(CC) $(CFLAGS) -o $@ $^ - -install: $(TRANS_INST) - -clean: - rm -f $(TRANS) *.o +include ../Makeconf -relink: - rm -f $(TRANS) -$(hurdroot)/hurd/%: % - $(INSTALL_BIN) $^ %@ -- cgit v1.2.3