mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 16:17:57 +01:00
GNU make 3.80 can't parse "else ifeq"
This commit is contained in:
4
Makefile
4
Makefile
@@ -40,12 +40,14 @@ SED = sed
|
||||
|
||||
ifeq (${OS},Darwin)
|
||||
FIREFOX_DEFAULT = $(wildcard ${HOME}/Library/Application\ Support/Firefox/Profiles/*default)
|
||||
else ifeq ($(findstring CYGWIN,${OS}),CYGWIN)
|
||||
else
|
||||
ifeq ($(findstring CYGWIN,${OS}),CYGWIN)
|
||||
HOME = $(shell cygpath -sm "${USERPROFILE}")
|
||||
FIREFOX_DEFAULT = $(wildcard ${HOME}/Application\ Data/Mozilla/Firefox/Profiles/*default)
|
||||
else
|
||||
FIREFOX_DEFAULT = $(wildcard ${HOME}/.mozilla/firefox/*.default)
|
||||
endif
|
||||
endif
|
||||
|
||||
VIMPERATOR_CHROME_EMAIL = ${FIREFOX_DEFAULT}/extensions/vimperator@mozdev.org/chrome/
|
||||
FOUND_CHROME_UUID = $(dir $(wildcard ${FIREFOX_DEFAULT}/extensions/{*-*-*-*-*}/chrome/vimperator.jar))
|
||||
|
||||
Reference in New Issue
Block a user