Commit 66154e8a authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

avoid makefile failure, if LAMMPS has not been configured yet

parent 3cd597e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# 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