Fix utest compilation with PGI
This commit is contained in:
parent
9694037b23
commit
68a43db358
|
@ -31,6 +31,10 @@ OBJS += test_fork.o
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(C_COMPILER), PGI)
|
||||||
|
OBJS = utest_main2.o
|
||||||
|
endif
|
||||||
|
|
||||||
all : run_test
|
all : run_test
|
||||||
|
|
||||||
$(UTESTBIN): $(OBJS)
|
$(UTESTBIN): $(OBJS)
|
||||||
|
|
Loading…
Reference in New Issue