[newlib-cygwin] Cygwin: update the "dirs" variable in Makefile.am
Corinna Vinschen
corinna@sourceware.org
Sun Aug 7 09:16:06 GMT 2022
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=1213f7bf15ad1a5272a986487ef3ef80c34152e1
commit 1213f7bf15ad1a5272a986487ef3ef80c34152e1
Author: Ken Brown <kbrown@cornell.edu>
Date: Thu Aug 4 16:59:16 2022 -0400
Cygwin: update the "dirs" variable in Makefile.am
Add the new fhandler and sec subdirs.
Diff:
---
winsup/cygwin/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/winsup/cygwin/Makefile.am b/winsup/cygwin/Makefile.am
index 367894bb2..c7d7a7716 100644
--- a/winsup/cygwin/Makefile.am
+++ b/winsup/cygwin/Makefile.am
@@ -403,7 +403,7 @@ BUILT_SOURCES = \
# Every time we touch a source file, the version info has to be rebuilt
# to maintain a correct build date, especially in uname release output
-dirs = $(srcdir) $(srcdir)/regex $(srcdir)/lib $(srcdir)/libc $(srcdir)/math $(srcdir)/tzcode
+dirs = $(srcdir) $(srcdir)/fhandler $(srcdir)/lib $(srcdir)/libc $(srcdir)/math $(srcdir)/regex $(srcdir)/sec $(srcdir)/tzcode
find_src_files = $(wildcard $(dir)/*.[chS]) $(wildcard $(dir)/*.cc)
src_files := $(foreach dir,$(dirs),$(find_src_files))
More information about the Cygwin-cvs
mailing list