From ceb76ea79b7e25b5d108029e25b8165224d55e1b Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 21 Jul 1994 19:22:57 +0000 Subject: Formerly Makefile.~2~ --- trans/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'trans') diff --git a/trans/Makefile b/trans/Makefile index b217c278..74649bbc 100644 --- a/trans/Makefile +++ b/trans/Makefile @@ -28,13 +28,16 @@ TRANS_INST = $(addprefix $(hurdroot)/hurd/,$(TRANS)) all: $(TRANS) +ifsock: ifsock.o $(libports) fsysServer.o + $(CC) $(CFLAGS) -o $@ $^ + install: $(TRANS_INST) clean: rm -f $(TRANS) *.o relink: - rm -f $(UTILS) + rm -f $(TRANS) $(hurdroot)/hurd/%: % $(INSTALL_BIN) $^ %@ -- cgit v1.2.3