Changeset e9546f9 for src/driver
- Timestamp:
- Jul 22, 2018, 2:37:05 PM (7 years ago)
- 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:
- 46782ab5
- Parents:
- 982b0a5
- Location:
- src/driver
- Files:
-
- 2 edited
-
Makefile.am (modified) (2 diffs)
-
Makefile.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/driver/Makefile.am
r982b0a5 re9546f9 28 28 endif 29 29 30 # don't install cfa directly 30 31 noinst_PROGRAMS = cfa 31 cfa_SOURCES = cfa.cc32 32 33 # use 33 34 install-exec-hook: 34 35 @test -z "$(CFA_BINDIR)" || $(MKDIR_P) "$(CFA_BINDIR)" … … 40 41 cd "$(CFA_BINDIR)" && rm -f $(CFA_NAME) 41 42 43 cfa_SOURCES = cfa.cc 44 42 45 # put into lib for now 43 46 cc1libdir = ${CFA_LIBDIR} -
src/driver/Makefile.in
r982b0a5 re9546f9 626 626 627 627 628 # use 628 629 install-exec-hook: 629 630 @test -z "$(CFA_BINDIR)" || $(MKDIR_P) "$(CFA_BINDIR)"
Note:
See TracChangeset
for help on using the changeset viewer.