Index: src/libcfa/Makefile.in
===================================================================
--- src/libcfa/Makefile.in	(revision d56ca3549a29e84c57908987b2e9e0f6adc5ba42)
+++ src/libcfa/Makefile.in	(revision fd062a669c511d754aa9aa07d1b77ba798e858b2)
@@ -263,6 +263,7 @@
 	containers/result containers/vector concurrency/coroutine \
 	concurrency/thread concurrency/kernel concurrency/monitor \
-	${shell echo stdhdr/*} math gmp bits/align.h bits/containers.h \
-	bits/defs.h bits/debug.h bits/locks.h concurrency/invoke.h
+	${shell find stdhdr -type f -printf "%p "} math gmp \
+	bits/align.h bits/containers.h bits/defs.h bits/debug.h \
+	bits/locks.h concurrency/invoke.h
 HEADERS = $(nobase_cfa_include_HEADERS)
 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
@@ -428,5 +429,5 @@
 libcfa_d_a_SOURCES = ${libsrc}
 libcfa_d_a_CFLAGS = -debug -O0 #No need for __CFA_DEBUG__ since we pass -debug
-stdhdr = ${shell echo stdhdr/*}
+stdhdr = ${shell find stdhdr -type f -printf "%p "}
 cfa_includedir = $(CFA_INCDIR)
 nobase_cfa_include_HEADERS = \
