From 6de7213e7a114e01d23173d65cdad18201f6e20a Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Fri, 30 Jun 2000 16:04:18 +0000 Subject: Setup.thread => Setup.config --- Makefile.in | 2 +- Misc/Makefile.pre.in | 2 +- Modules/Makefile.pre.in | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.in b/Makefile.in index 41dbacb..fa21a91 100644 --- a/Makefile.in +++ b/Makefile.in @@ -402,7 +402,7 @@ libainstall: all $(INSTALL_DATA) Modules/Makefile $(LIBPL)/Makefile $(INSTALL_DATA) Modules/Setup $(LIBPL)/Setup $(INSTALL_DATA) Modules/Setup.local $(LIBPL)/Setup.local - $(INSTALL_DATA) Modules/Setup.thread $(LIBPL)/Setup.thread + $(INSTALL_DATA) Modules/Setup.config $(LIBPL)/Setup.config $(INSTALL_PROGRAM) $(srcdir)/Modules/makesetup $(LIBPL)/makesetup $(INSTALL_PROGRAM) $(srcdir)/install-sh $(LIBPL)/install-sh $(INSTALL_DATA) $(srcdir)/Misc/Makefile.pre.in $(LIBPL)/Makefile.pre.in diff --git a/Misc/Makefile.pre.in b/Misc/Makefile.pre.in index 6d9190d..ca68576 100644 --- a/Misc/Makefile.pre.in +++ b/Misc/Makefile.pre.in @@ -168,7 +168,7 @@ MAKESETUP= $(LIBPL)/makesetup MAKEFILE= $(LIBPL)/Makefile CONFIGC= $(LIBPL)/config.c CONFIGCIN= $(LIBPL)/config.c.in -SETUP= $(LIBPL)/Setup.thread $(LIBPL)/Setup.local $(LIBPL)/Setup +SETUP= $(LIBPL)/Setup.config $(LIBPL)/Setup.local $(LIBPL)/Setup SYSLIBS= $(LIBM) $(LIBC) diff --git a/Modules/Makefile.pre.in b/Modules/Makefile.pre.in index 2e307df..acb4664 100644 --- a/Modules/Makefile.pre.in +++ b/Modules/Makefile.pre.in @@ -147,10 +147,10 @@ getpath.o: getpath.c Makefile # gets remade from scratch; this ensures to remove modules that are no # longer pertinent (but that were in a previous configuration). config.c Makefile: Makefile.pre config.c.in $(MAKESETUP) -config.c Makefile: Setup.thread Setup Setup.local +config.c Makefile: Setup.config Setup Setup.local config.c Makefile: -rm -f $(LIBRARY) - $(SHELL) $(MAKESETUP) Setup.thread Setup.local Setup + $(SHELL) $(MAKESETUP) Setup.config Setup.local Setup hassignal: -rm -f hassignal -- cgit v0.12