openmp: Fix up include of the generic allocator.c

As reported by Richard Sandiford, #include "../../../allocator.c"
has one too many ../s, dunno why it worked for me when using
../configure (VPATH = ../../../libgomp)

2022-06-09  Jakub Jelinek  <jakub@redhat.com>

	* config/linux/allocator.c: Fix up #include directive.
This commit is contained in:
Jakub Jelinek 2022-06-09 19:44:50 +02:00
parent 4c334e0e4f
commit 699e9a0f67

View File

@ -33,4 +33,4 @@
#define LIBGOMP_USE_MEMKIND
#endif
#include "../../../allocator.c"
#include "../../allocator.c"