Skip to content

Commit

Permalink
Split LAPACKE 3.7.0 obj list (take 2)
Browse files Browse the repository at this point in the history
Missed the splitting of the actual ar call
  • Loading branch information
martin-frbg committed Jan 10, 2017
1 parent 9f5cfd4 commit 7611a41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lapack-netlib/LAPACKE/src/Makefile
Expand Up @@ -2381,7 +2381,8 @@ endif
all: ../../$(LAPACKELIB)

../../$(LAPACKELIB): $(ALLOBJA) $(ALLOBJB) $(ALLXOBJ) $(DEPRECATED)
$(ARCH) $(ARCHFLAGS) $@ $(ALLOBJA) $(ALLOBJB) $(ALLXOBJ) $(DEPRECATED)
$(ARCH) $(ARCHFLAGS) $@ $(ALLOBJA)
$(ARCH) $(ARCHFLAGS) $@ $(ALLOBJB) $(ALLXOBJ) $(DEPRECATED)
$(RANLIB) $@

.c.o:
Expand Down

0 comments on commit 7611a41

Please sign in to comment.