forked from lijiext/lammps
avoid makefile failure, if LAMMPS has not been configured yet
This commit is contained in:
parent
3cd597e948
commit
66154e8a8b
|
@ -1,7 +1,7 @@
|
|||
# Shared -*- makefile -*- for multiple architectures
|
||||
|
||||
# Detect settings from PYTHON package (if defined)
|
||||
include ../../src/Makefile.package.settings
|
||||
sinclude ../../src/Makefile.package.settings
|
||||
ifeq ($(python_SYSINC),)
|
||||
COLVARS_PYTHON_INCFLAGS =
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue