Skip to content

Commit

Permalink
remove douplicate adding module to makefile variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Sep 13, 2015
1 parent fc9767b commit d84a60d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions templates/module.mk.in
Expand Up @@ -56,6 +56,7 @@ EXE@CLASSNAME@_SRC += \
$(DIR)/scan_@CLASSNAME@.cpp
LIB@CLASSNAME@_HDR += \
$(DIR)/@CLASSNAME@_convergence_tester.hpp \
$(DIR)/@CLASSNAME@_g_muon_minus_2.hpp \
$(DIR)/@CLASSNAME@_high_scale_constraint.hpp \
$(DIR)/@CLASSNAME@_mass_eigenstates.hpp \
$(DIR)/@CLASSNAME@_info.hpp \
Expand All @@ -78,9 +79,7 @@ LIB@CLASSNAME@_HDR += \
$(DIR)/@CLASSNAME@_two_scale_model_slha.hpp \
$(DIR)/@CLASSNAME@_two_scale_soft_parameters.hpp \
$(DIR)/@CLASSNAME@_two_scale_susy_parameters.hpp \
$(DIR)/@CLASSNAME@_two_scale_susy_scale_constraint.hpp \
$(DIR)/@CLASSNAME@_g_muon_minus_2.hpp \
$(DIR)/@CLASSNAME@_mass_eigenstates.hpp
$(DIR)/@CLASSNAME@_two_scale_susy_scale_constraint.hpp

ifneq ($(MAKECMDGOALS),showbuild)
ifneq ($(MAKECMDGOALS),tag)
Expand Down

0 comments on commit d84a60d

Please sign in to comment.