File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ MAKESETUP= $(LIBPL)/makesetup
168168MAKEFILE= $(LIBPL)/Makefile
169169CONFIGC= $(LIBPL)/config.c
170170CONFIGCIN= $(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
173173SYSLIBS= $(LIBM) $(LIBC)
174174
Original file line number Diff line number Diff 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).
149149config.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
151151config.c Makefile:
152152 -rm -f $(LIBRARY)
153- $(SHELL) $(MAKESETUP) Setup.thread Setup.local Setup
153+ $(SHELL) $(MAKESETUP) Setup.config Setup.local Setup
154154
155155hassignal:
156156 -rm -f hassignal
You can’t perform that action at this time.
0 commit comments