Makefile: fix FreeBSD else ifeq
This commit is contained in:
parent
fd19e27152
commit
095d5f6b7d
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ ifeq ($(UNAME),Darwin)
|
||||||
/opt/local/etc/bashrc
|
/opt/local/etc/bashrc
|
||||||
PROFILE = .profile.mac
|
PROFILE = .profile.mac
|
||||||
INSTALL = ginstall
|
INSTALL = ginstall
|
||||||
ifeq ($(UNAME),FreeBSD)
|
else ifeq ($(UNAME),FreeBSD)
|
||||||
DEFAULT_TARGETS += $(HOME)/.bashrc
|
DEFAULT_TARGETS += $(HOME)/.bashrc
|
||||||
PROFILE = .profile
|
PROFILE = .profile
|
||||||
INSTALL = ginstall
|
INSTALL = ginstall
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue