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

Skip to content

Commit 6de7213

Browse files
committed
Setup.thread => Setup.config
1 parent cf053b1 commit 6de7213

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ libainstall: all
402402
$(INSTALL_DATA) Modules/Makefile $(LIBPL)/Makefile
403403
$(INSTALL_DATA) Modules/Setup $(LIBPL)/Setup
404404
$(INSTALL_DATA) Modules/Setup.local $(LIBPL)/Setup.local
405-
$(INSTALL_DATA) Modules/Setup.thread $(LIBPL)/Setup.thread
405+
$(INSTALL_DATA) Modules/Setup.config $(LIBPL)/Setup.config
406406
$(INSTALL_PROGRAM) $(srcdir)/Modules/makesetup $(LIBPL)/makesetup
407407
$(INSTALL_PROGRAM) $(srcdir)/install-sh $(LIBPL)/install-sh
408408
$(INSTALL_DATA) $(srcdir)/Misc/Makefile.pre.in $(LIBPL)/Makefile.pre.in

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.thread $(LIBPL)/Setup.local $(LIBPL)/Setup
171+
SETUP= $(LIBPL)/Setup.config $(LIBPL)/Setup.local $(LIBPL)/Setup
172172

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

Modules/Makefile.pre.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,10 @@ getpath.o: getpath.c Makefile
147147
# gets remade from scratch; this ensures to remove modules that are no
148148
# longer pertinent (but that were in a previous configuration).
149149
config.c Makefile: Makefile.pre config.c.in $(MAKESETUP)
150-
config.c Makefile: Setup.thread Setup Setup.local
150+
config.c Makefile: Setup.config Setup Setup.local
151151
config.c Makefile:
152152
-rm -f $(LIBRARY)
153-
$(SHELL) $(MAKESETUP) Setup.thread Setup.local Setup
153+
$(SHELL) $(MAKESETUP) Setup.config Setup.local Setup
154154

155155
hassignal:
156156
-rm -f hassignal

0 commit comments

Comments
 (0)