Browse Source
Merge pull request #5204 from martin-frbg/issue4692
Repeat the libs target's "ln" in the all target to ensure completeness of copy on Windows
tags/v0.3.30
Martin Kroeker
GitHub
5 months ago
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
5 additions and
0 deletions
-
Makefile
|
|
@@ -93,6 +93,11 @@ ifeq ($(NOFORTRAN), $(filter 0,$(NOFORTRAN))) |
|
|
|
echo " Fortran compiler ... $(F_COMPILER) (command line : $(FC))";\ |
|
|
|
fi |
|
|
|
endif |
|
|
|
|
|
|
|
ifeq ($(OSNAME), WINNT) |
|
|
|
@-$(LNCMD) $(LIBNAME) $(LIBPREFIX).$(LIBSUFFIX) |
|
|
|
endif |
|
|
|
|
|
|
|
ifneq ($(OSNAME), AIX) |
|
|
|
@echo -n " Library Name ... $(LIBNAME)" |
|
|
|
else |
|
|
|