Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/Makefile.in

    rfd062a66 rc2b9f21  
    263263        containers/result containers/vector concurrency/coroutine \
    264264        concurrency/thread concurrency/kernel concurrency/monitor \
    265         ${shell find stdhdr -type f -printf "%p "} math gmp \
    266         bits/align.h bits/containers.h bits/defs.h bits/debug.h \
    267         bits/locks.h concurrency/invoke.h
     265        ${shell echo stdhdr/*} math gmp bits/align.h bits/containers.h \
     266        bits/defs.h bits/debug.h bits/locks.h concurrency/invoke.h
    268267HEADERS = $(nobase_cfa_include_HEADERS)
    269268am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
     
    429428libcfa_d_a_SOURCES = ${libsrc}
    430429libcfa_d_a_CFLAGS = -debug -O0 #No need for __CFA_DEBUG__ since we pass -debug
    431 stdhdr = ${shell find stdhdr -type f -printf "%p "}
     430stdhdr = ${shell echo stdhdr/*}
    432431cfa_includedir = $(CFA_INCDIR)
    433432nobase_cfa_include_HEADERS = \
Note: See TracChangeset for help on using the changeset viewer.