Changeset 2a75572 for libcfa/src/Makefile.am
- Timestamp:
- Oct 11, 2018, 2:47:31 PM (4 years ago)
- Branches:
- aaron-thesis, arm-eh, cleanup-dtors, deferred_resn, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 9507ce3
- Parents:
- 80219a8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/Makefile.am
r80219a8 r2a75572 68 68 libdeps = $(join \ 69 69 $(addsuffix $(DEPDIR)/ , $(dir $(libobjs) ) ), \ 70 $(notdir ${libobjs:.lo=.P o}) \70 $(notdir ${libobjs:.lo=.Plo}) \ 71 71 ) 72 72 73 -include $(libdeps) 73 include $(libdeps) 74 75 $(libdeps): 76 @mkdir -p $(dir $@) 77 @echo '#dummy' > $@ 74 78 75 79 prelude.o : prelude.cfa extras.cf gcc-builtins.cf builtins.cf @CFACC@ @CFACPP@
Note: See TracChangeset
for help on using the changeset viewer.