From: Heiko Schlittermann (HS12-RIPE) Date: Tue, 3 Dec 2019 06:23:25 +0000 (+0100) Subject: Build: Enable *GNU (Hurd) Bug 2476 X-Git-Tag: exim-4_94_RC0~240^2~10 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b30930a554edd087932dbff2d4d32f340de28ed1;p=exim.git Build: Enable *GNU (Hurd) Bug 2476 --- diff --git a/src/OS/Makefile-Base b/src/OS/Makefile-Base index f8c6ebb53..9ecde1d3e 100644 --- a/src/OS/Makefile-Base +++ b/src/OS/Makefile-Base @@ -97,6 +97,7 @@ Makefile: ../OS/Makefile-Base ../OS/Makefile-Default \ os.h: $(SCRIPTS)/Configure-os.h \ $(O)/os.h-FreeBSD \ + $(O)/os.h-GNU \ $(O)/os.h-Linux \ $(O)/os.h-OpenBSD \ $(O)/os.h-SunOS5 @@ -113,6 +114,7 @@ os.h: $(SCRIPTS)/Configure-os.h \ os.c: ../src/os.c \ $(SCRIPTS)/Configure-os.c \ + $(O)/os.c-GNU \ $(O)/os.c-Linux $(SHELL) $(SCRIPTS)/Configure-os.c diff --git a/src/OS/unsupported/Makefile-GNU b/src/OS/Makefile-GNU similarity index 100% rename from src/OS/unsupported/Makefile-GNU rename to src/OS/Makefile-GNU diff --git a/src/OS/unsupported/os.c-GNU b/src/OS/os.c-GNU similarity index 100% rename from src/OS/unsupported/os.c-GNU rename to src/OS/os.c-GNU diff --git a/src/OS/unsupported/os.h-GNU b/src/OS/os.h-GNU similarity index 100% rename from src/OS/unsupported/os.h-GNU rename to src/OS/os.h-GNU