summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorhpa <hpa>2002-03-19 05:09:44 +0000
committerhpa <hpa>2002-03-19 05:09:44 +0000
commit350938c8fbd179d380ed39990cba4467fd20e73c (patch)
tree382ddc49df4aaa2acdba6e9c354bba4fbb560065 /Makefile
parent27f768ddb4ef2f38a2a2777e8bfa8065fe2402b8 (diff)
downloadsyslinux-350938c8fbd179d380ed39990cba4467fd20e73c.tar.gz
Make "make install" depend on "installer" not on "all"syslinux-1.70-pre1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c9cbc034..645bd39a 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)