Changeset 2a75572 for libcfa/src/Makefile.in
- 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.in
r80219a8 r2a75572 466 466 libdeps = $(join \ 467 467 $(addsuffix $(DEPDIR)/ , $(dir $(libobjs) ) ), \ 468 $(notdir ${libobjs:.lo=.P o}) \468 $(notdir ${libobjs:.lo=.Plo}) \ 469 469 ) 470 470 … … 922 922 $(libobjs) : @CFACC@ @CFACPP@ prelude.cfa 923 923 924 -include $(libdeps) 924 include $(libdeps) 925 926 $(libdeps): 927 @mkdir -p $(dir $@) 928 @echo '#dummy' > $@ 925 929 926 930 prelude.o : prelude.cfa extras.cf gcc-builtins.cf builtins.cf @CFACC@ @CFACPP@
Note: See TracChangeset
for help on using the changeset viewer.