diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-07-21 19:22:57 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-07-21 19:22:57 +0000 |
commit | ceb76ea79b7e25b5d108029e25b8165224d55e1b (patch) | |
tree | 5baebd043185b2893b913e1478815a42d925a48c /trans | |
parent | 9ea45b11e11efa643b10ab60b9a417025f0351d5 (diff) |
Formerly Makefile.~2~
Diffstat (limited to 'trans')
-rw-r--r-- | trans/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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) $^ %@ |