Make "make install" depend on "installer" not on "all"
authorhpa <hpa>
Tue, 19 Mar 2002 05:09:44 +0000 (05:09 +0000)
committerhpa <hpa>
Tue, 19 Mar 2002 05:09:44 +0000 (05:09 +0000)
Makefile

index c9cbc03..645bd39 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -136,7 +136,7 @@ gethostip.o: gethostip.c
 
 gethostip: gethostip.o
 
-install: all
+install: installer
        mkdir -m 755 -p $(INSTALLROOT)$(BINDIR) $(INSTALLROOT)$(LIBDIR)
        install -m 755 -c $(INSTALL_BIN) $(INSTALLROOT)$(BINDIR)
        install -m 644 -c $(INSTALL_LIB) $(INSTALLROOT)$(LIBDIR)