Skip to content

Commit

Permalink
try 11
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab committed Aug 30, 2023
1 parent 5f24126 commit b88c26d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/lib/MakeRules.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ export:: source
for i in $(LIBSRCDIR)/*.h; do \
$(INSTALL) $(INSTALLLIBOPT) $${i} $(TOPDIR)/$(EXPORTDIR)/include; \
done
for i in $(LIBSRCDIR)/*.cc.cmake.in; do \
$(INSTALL) $(INSTALLLIBOPT) $${i} $(TOPDIR)/$(EXPORTDIR)/src; \
done
$(INSTALL) $(INSTALLLIBOPT) $(TOPDIR)/src/lib/libint/configuration.cc.cmake.in $(TOPDIR)/$(EXPORTDIR)/src/configuration.cc.cmake.in

$(TOPDIR)/lib/$(TARGET): source
cd $(LIBSRCLINK); $(MAKE) TO_TOPDIR=$(TO_TOPDIR) TOPDIR=$(TOPOBJDIR) SRCDIR=$(SRCDIR)
Expand Down

0 comments on commit b88c26d

Please sign in to comment.