File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -2454,6 +2454,8 @@ endif
2454
2454
2455
2455
all : ../../$(LAPACKELIB )
2456
2456
2457
+ .PHONY : ../../$(LAPACKELIB )
2458
+
2457
2459
../../$(LAPACKELIB ) : $(OBJ_A ) $(OBJ_B ) $(DEPRECATED ) $(EXTENDED ) $(MATGEN )
2458
2460
$(ARCH ) $(ARCHFLAGS ) $@ $(OBJ_A )
2459
2461
$(ARCH ) $(ARCHFLAGS ) $@ $(OBJ_B )
Original file line number Diff line number Diff line change @@ -552,6 +552,8 @@ endif
552
552
553
553
all : ../$(LAPACKLIB )
554
554
555
+ .PHONY : ../$(LAPACKLIB )
556
+
555
557
../$(LAPACKLIB ) : $(ALLOBJ ) $(ALLXOBJ ) $(DEPRECATED )
556
558
$(ARCH ) $(ARCHFLAGS ) $@ $(ALLOBJ ) $(ALLXOBJ ) $(DEPRECATED )
557
559
$(RANLIB ) $@
Original file line number Diff line number Diff line change @@ -57,6 +57,8 @@ all: ../../$(TMGLIB)
57
57
ALLOBJ = $(SMATGEN ) $(CMATGEN ) $(SCATGEN ) $(DMATGEN ) $(ZMATGEN ) \
58
58
$(DZATGEN )
59
59
60
+ .PHONY : ../../$(TMGLIB )
61
+
60
62
../../$(TMGLIB ) : $(ALLOBJ )
61
63
$(ARCH ) $(ARCHFLAGS ) $@ $^
62
64
$(RANLIB ) $@
You can’t perform that action at this time.
0 commit comments