]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Fix install dependencies
authorTed Lemon <source@isc.org>
Sat, 29 Mar 1997 00:09:51 +0000 (00:09 +0000)
committerTed Lemon <source@isc.org>
Sat, 29 Mar 1997 00:09:51 +0000 (00:09 +0000)
server/Makefile.dist

index e0ad547708ac51e5c5fabc64017a7c5e837e608e..f535023efc095a9e865fc11f119778aa8a069794 100644 (file)
@@ -42,7 +42,7 @@ CFLAGS = $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS)
 
 all:   $(PROG) $(CATMANPAGES)
 
-install: $(PROGS $(CATMANPAGES)
+install: $(PROG) $(CATMANPAGES)
        $(INSTALL) dhcpd $(BINDIR); $(CHMOD) 755 $(BINDIR)/dhcpd
        if [ ! -d $(ADMMANDIR) ]; then \
          mkdir $(ADMMANDIR); \