Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9819e4c

Browse files
committed
Sjoerd Mullender writes:
The example Makefile.pre.in should also look at Setup.thread and Setup.local. Otherwise modules such as thread don't get incorporated in extensions.
1 parent e6360fa commit 9819e4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Misc/Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ MAKESETUP= $(LIBPL)/makesetup
168168
MAKEFILE= $(LIBPL)/Makefile
169169
CONFIGC= $(LIBPL)/config.c
170170
CONFIGCIN= $(LIBPL)/config.c.in
171-
SETUP= $(LIBPL)/Setup
171+
SETUP= $(LIBPL)/Setup.thread $(LIBPL)/Setup.local $(LIBPL)/Setup
172172

173173
SYSLIBS= $(LIBM) $(LIBC)
174174

0 commit comments

Comments
 (0)