Skip to content

Commit

Permalink
Makefile: fix archive ext again
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-zero committed Jun 7, 2019
1 parent b3d3c6e commit 56a682c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exts/Makefile.inc
Expand Up @@ -3,7 +3,7 @@ $(error "No DBCSR submodule available, please run 'git submodule update --init -
endif

LIBS := -L$(LIBEXTSDIR)/dbcsr -ldbcsr $(LIBS)
EXTSDEPS_LIB = $(LIBEXTSDIR)/dbcsr/libdbcsr.$(ARCHIVE_EXT)
EXTSDEPS_LIB = $(LIBEXTSDIR)/dbcsr/libdbcsr$(ARCHIVE_EXT)
EXTSDEPS_MOD = $(OBJEXTSDIR)/dbcsr/dbcsr_api.mod $(OBJEXTSDIR)/dbcsr/dbcsr_tensor_api.mod
$(EXTSDEPS_MOD) : ; # override builtin .mod rule to prevent circular dependency

Expand Down

0 comments on commit 56a682c

Please sign in to comment.