Changeset ea57077 for src/prelude
- Timestamp:
- Jul 27, 2018, 1:35:35 PM (8 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, stuck-waitfor-destruct
- Children:
- 8f50da0, c2ea058
- Parents:
- 303c61d (diff), a92bd63 (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. - File:
-
- 1 edited
-
src/prelude/Makefile.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/prelude/Makefile.in
r303c61d rea57077 202 202 LTLIBOBJS = @LTLIBOBJS@ 203 203 MACHINE_TYPE = @MACHINE_TYPE@ 204 MAINT = @MAINT@205 204 MAKEINFO = @MAKEINFO@ 206 205 MKDIR_P = @MKDIR_P@ … … 285 284 286 285 .SUFFIXES: 287 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@$(srcdir)/Makefile.am $(am__configure_deps)286 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 288 287 @for dep in $?; do \ 289 288 case '$(am__configure_deps)' in \ … … 309 308 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 310 309 311 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@$(am__configure_deps)310 $(top_srcdir)/configure: $(am__configure_deps) 312 311 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 313 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@$(am__aclocal_m4_deps)312 $(ACLOCAL_M4): $(am__aclocal_m4_deps) 314 313 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 315 314 $(am__aclocal_m4_deps):
Note:
See TracChangeset
for help on using the changeset viewer.