Skip to content

Commit 0aa5ef2

Browse files
authored
Repeat the libs target's "ln" in the all target to ensure completeness
1 parent f90eff3 commit 0aa5ef2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,11 @@ ifeq ($(NOFORTRAN), $(filter 0,$(NOFORTRAN)))
9393
echo " Fortran compiler ... $(F_COMPILER) (command line : $(FC))";\
9494
fi
9595
endif
96+
97+
ifeq ($(OSNAME), WINNT)
98+
@-$(LNCMD) $(LIBNAME) $(LIBPREFIX).$(LIBSUFFIX)
99+
endif
100+
96101
ifneq ($(OSNAME), AIX)
97102
@echo -n " Library Name ... $(LIBNAME)"
98103
else

0 commit comments

Comments
 (0)