From 03b45f86b1b877344afb2ac28ae454816bd41ac1 Mon Sep 17 00:00:00 2001 From: Keith Marshall Date: Sat, 29 Jan 2022 14:27:53 +0000 Subject: [PATCH] Stop creating redundant "include/parts" directory. --- mingwrt/ChangeLog | 8 ++++++++ mingwrt/Makefile.in | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/mingwrt/ChangeLog b/mingwrt/ChangeLog index c2e450b..b89a791 100644 --- a/mingwrt/ChangeLog +++ b/mingwrt/ChangeLog @@ -1,3 +1,11 @@ +2022-01-29 Keith Marshall + + Stop creating redundant "include/parts" directory. + + * Makefile.in (mingwrt_include_subdirs): Remove reference to... + (parts): ...this; the directory is no longer used by mingwrt, so it + need not be created when performing "make install". + 2021-06-25 Keith Marshall Correct Microsoft's dup2() POSIX.1 non-conformity. diff --git a/mingwrt/Makefile.in b/mingwrt/Makefile.in index 304103c..5975158 100644 --- a/mingwrt/Makefile.in +++ b/mingwrt/Makefile.in @@ -7,7 +7,7 @@ PACKAGE_TARNAME := @PACKAGE_TARNAME@ PACKAGE_VERSION := @PACKAGE_VERSION@ # Written by Keith Marshall -# Copyright (C) 2014-2021, MinGW.org Project +# Copyright (C) 2014-2022, MinGW.org Project # # # Permission is hereby granted, free of charge, to any person obtaining a @@ -811,7 +811,7 @@ install-mingwrt-license install-w32api-license: install-%: docdir %-files includedirs: mingwrt-includedirs install-headers install-mingwrt: install-mingwrt-headers -mingwrt-includedirs: includedir $(eval mingwrt_include_subdirs=sys parts) +mingwrt-includedirs: includedir $(eval mingwrt_include_subdirs=sys) $(call mkinstalldirs,${includedir}/,$(mingwrt_include_subdirs)) SUB_HEADERS_PRESENT = echo $1/include/$2/*.h | grep -v '[*]' > /dev/null -- 2.11.0