Changeset 25a9b5a for tests/Makefile.in


Ignore:
Timestamp:
Aug 2, 2018, 2:52:59 PM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
c59712e
Parents:
bf71cfd
Message:

Added defines for prelude path in tree

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile.in

    rbf71cfd r25a9b5a  
    313313# however, here it is more complicated because it must match the dependencies based on how
    314314# they are generated by gcc
    315 headers = $(shell find $(top_srcdir)/src/libcfa -type f ! -name "*.*")
    316 headers_real = $(shell realpath --relative-to=$(top_srcdir)/src/libcfa $(headers))
     315headers = $(shell find $(top_srcdir)/libcfa/src -type f ! -name "*.*")
     316headers_real = $(shell realpath --relative-to=$(top_srcdir)/libcfa/src $(headers))
    317317headers_deps = $(addprefix %/, $(headers_real))
    318318all: all-am
Note: See TracChangeset for help on using the changeset viewer.