Changeset 1624

Show
Ignore:
Timestamp:
05/25/08 00:27:56 (4 years ago)
Author:
matthias
Message:

Create $(BINDIR) in the make target 'install-munindoc'. This prevents an error during the installation of munin-node (see Trac #596).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.2-stable/Makefile

    r1621 r1624  
    5858 
    5959install-munindoc: build  
     60        mkdir -p $(BINDIR) 
    6061        $(INSTALL) -m 0755 build/node/munindoc $(BINDIR)/  
    6162