Skip to content

Commit

Permalink
Remove SunOS specifics from Makefile
Browse files Browse the repository at this point in the history
Install `libtool` to have `install` available
By default SmartOS doesn't have `ginstall` either
Hint: `pkgin install automake autoconf libtool`
  • Loading branch information
mgreter committed Jan 11, 2016
1 parent ee6755a commit 687a969
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ CP ?= cp -a
MKDIR ?= mkdir
RMDIR ?= rmdir
WINDRES ?= windres
ifeq ($(OS),SunOS) # Solaris/Illumos flavors
INSTALL ?= ginstall
PREFIX ?= /opt/local
endif
INSTALL ?= install
CFLAGS ?= -Wall
CXXFLAGS ?= -Wall
Expand Down

0 comments on commit 687a969

Please sign in to comment.