From: hpa Date: Tue, 19 Mar 2002 05:09:44 +0000 (+0000) Subject: Make "make install" depend on "installer" not on "all" X-Git-Tag: syslinux-3.11~749 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=350938c8fbd179d380ed39990cba4467fd20e73c;p=profile%2Fivi%2Fsyslinux.git Make "make install" depend on "installer" not on "all" --- diff --git a/Makefile b/Makefile index c9cbc03..645bd39 100644 --- 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)