Changeset 857638d for src/benchmark
- Timestamp:
- Jul 25, 2018, 3:14:34 PM (6 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:
- b8f6002
- Parents:
- e68b3a8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/benchmark/Makefile.in
re68b3a8 r857638d 177 177 LTLIBOBJS = @LTLIBOBJS@ 178 178 MACHINE_TYPE = @MACHINE_TYPE@ 179 MAINT = @MAINT@180 179 MAKEINFO = @MAKEINFO@ 181 180 MKDIR_P = @MKDIR_P@ … … 259 258 260 259 .SUFFIXES: 261 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@$(srcdir)/Makefile.am $(am__configure_deps)260 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 262 261 @for dep in $?; do \ 263 262 case '$(am__configure_deps)' in \ … … 283 282 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 284 283 285 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@$(am__configure_deps)284 $(top_srcdir)/configure: $(am__configure_deps) 286 285 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 287 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@$(am__aclocal_m4_deps)286 $(ACLOCAL_M4): $(am__aclocal_m4_deps) 288 287 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 289 288 $(am__aclocal_m4_deps):
Note: See TracChangeset
for help on using the changeset viewer.