Skip to content
Snippets Groups Projects
Commit 89fb29d5 authored by Volker Springel's avatar Volker Springel
Browse files

gen.singlelibs -> gen.libs

parent 754741cc
No related branches found
No related tags found
No related merge requests found
...@@ -131,12 +131,12 @@ endif ...@@ -131,12 +131,12 @@ endif
ifeq ($(SYSTYPE), "Generic-gcc-single") ifeq ($(SYSTYPE), "Generic-gcc-single")
include buildsystem/Makefile.comp.gcc include buildsystem/Makefile.comp.gcc
include buildsystem/Makefile.gen.singlelibs include buildsystem/Makefile.gen.libs
endif endif
ifeq ($(SYSTYPE), "Generic-intel-single") ifeq ($(SYSTYPE), "Generic-intel-single")
include buildsystem/Makefile.comp.gcc-paranoia include buildsystem/Makefile.comp.gcc-paranoia
include buildsystem/Makefile.gen.singlelibs include buildsystem/Makefile.gen.libs
endif endif
ifeq ($(SYSTYPE),"Darwin") ifeq ($(SYSTYPE),"Darwin")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment