diff options
author | Paul Mackerras <paulus@samba.org> | 1995-04-28 06:21:36 +0000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 1995-04-28 06:21:36 +0000 |
commit | 21f74e4c6f5d441a1c647d22b9d32911b40935e9 (patch) | |
tree | 21e42439493df3a829da34e3c1f571f3668968f0 /chat | |
parent | 9de44646b47a237664d4e992d10f2e2a69dcb2a7 (diff) | |
download | ppp-21f74e4c6f5d441a1c647d22b9d32911b40935e9.tar.gz |
make install depend on chat
Diffstat (limited to 'chat')
-rw-r--r-- | chat/Makefile.ultrix | 2 |
1 files changed, 1 insertions, 1 deletions
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: |