]> git.ozlabs.org Git - ppp.git/commitdiff
make install depend on chat
authorPaul Mackerras <paulus@samba.org>
Fri, 28 Apr 1995 06:21:36 +0000 (06:21 +0000)
committerPaul Mackerras <paulus@samba.org>
Fri, 28 Apr 1995 06:21:36 +0000 (06:21 +0000)
chat/Makefile.ultrix

index cc9510b82d4e37d7ca7c17ba13d8919484528206..7f8c95b20cb80c54a1d78d9075e3978053bd0df4 100644 (file)
@@ -7,7 +7,7 @@ all:    chat
 chat: chat.o
        $(CC) -o chat chat.o
 
 chat: chat.o
        $(CC) -o chat chat.o
 
-install:
+install: chat
        install -c chat $(BINDIR)/chat
 
 clean:
        install -c chat $(BINDIR)/chat
 
 clean: