From 21f74e4c6f5d441a1c647d22b9d32911b40935e9 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Fri, 28 Apr 1995 06:21:36 +0000 Subject: [PATCH] make install depend on chat --- chat/Makefile.ultrix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat/Makefile.ultrix b/chat/Makefile.ultrix index cc9510b..7f8c95b 100644 --- a/chat/Makefile.ultrix +++ b/chat/Makefile.ultrix @@ -7,7 +7,7 @@ all: chat chat: chat.o $(CC) -o chat chat.o -install: +install: chat install -c chat $(BINDIR)/chat clean: -- 2.39.2