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

Skip to content

Commit 2d7e264

Browse files
committed
Eliminate use of LIBOBJS which is an error in autoconf 2.53.
1 parent 4179a01 commit 2d7e264

3 files changed

Lines changed: 281 additions & 292 deletions

File tree

Makefile.pre.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ LIBC= @LIBC@
148148
SYSLIBS= $(LIBM) $(LIBC)
149149

150150
MAINOBJ= @MAINOBJ@
151-
LIBOBJS= @LIBOBJS@
151+
THREADOBJ= @THREADOBJ@
152152
DLINCLDIR= @DLINCLDIR@
153153
DYNLOADFILE= @DYNLOADFILE@
154154
MACHDEP_OBJS= @MACHDEP_OBJS@
@@ -242,7 +242,7 @@ PYTHON_OBJS= \
242242
Python/getopt.o \
243243
Python/$(DYNLOADFILE) \
244244
$(MACHDEP_OBJS) \
245-
$(LIBOBJS)
245+
$(THREADOBJ)
246246

247247

248248
##########################################################################

0 commit comments

Comments
 (0)