]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[BUILD] Added 'install-bin' make target
authorChristian Wiese <morfoh@opensde.org>
Wed, 12 Mar 2008 14:21:05 +0000 (16:21 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 17 Mar 2008 07:59:07 +0000 (08:59 +0100)
Makefile

index a9a4d4139417fc377271efe2ac9d04b1bf56ec14..70aab2e4b1ed40087617d9014308bdcd4caf60e2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -479,10 +479,12 @@ install-man:
        install -d $(DESTDIR)/$(MANDIR)/man1
        install -m 644 doc/haproxy.1 $(DESTDIR)/$(MANDIR)/man1
 
-install: install-man all
+install-bin: all
        install -d $(DESTDIR)/$(SBINDIR)
        install haproxy $(DESTDIR)/$(SBINDIR)
 
+install: install-man install-bin
+
 clean:
        rm -f *.[oas] src/*.[oas] core haproxy test
        for dir in . src include/* doc; do rm -f $$dir/*~ $$dir/*.rej;done