diff options
Diffstat (limited to 'lib/libpthread/test/Makefile')
-rw-r--r-- | lib/libpthread/test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/test/Makefile b/lib/libpthread/test/Makefile index 7b8bf1f..db2f046 100644 --- a/lib/libpthread/test/Makefile +++ b/lib/libpthread/test/Makefile @@ -20,7 +20,7 @@ BTESTS := hello_b.c PDTESTS := # Sequence mode tests written in perl. -PSTESTS := +PSTESTS := propagate_s.pl # Munge the file lists to their final executable names (strip the .c). CDTESTS := $(CDTESTS:R) |