Changeset 91788fa for src/driver
- Timestamp:
- Jul 25, 2018, 6:23:58 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:
- a95c117, f0b3f51
- Parents:
- 40a7d9c (diff), e89f4b1 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- src/driver
- Files:
-
- 2 edited
-
Makefile.am (modified) (2 diffs)
-
Makefile.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/driver/Makefile.am
r40a7d9c r91788fa 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
r40a7d9c r91788fa 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.