corrected checking for ~/.damask/damask.conf

This commit is contained in:
Franz Roters 2014-02-14 15:58:01 +00:00
parent 371a027de9
commit d3d4931061
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ SHELL = /bin/sh
# SUFFIX = arbitrary suffix (after file to compile)
# STANDARD_CHECK = checking for Fortran 2008, compiler dependend
########################################################################################
ifeq ($(wildcard "${HOME}/.damask/damask.conf"),)
ifneq ("","$(wildcard ${HOME}/.damask/damask.conf)")
include ${HOME}/.damask/damask.conf
else
include /etc/damask.conf