Changes in Makefile.in [857638d:a5c722b]
- File:
-
- 1 edited
-
Makefile.in (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Makefile.in
r857638d ra5c722b 290 290 LTLIBOBJS = @LTLIBOBJS@ 291 291 MACHINE_TYPE = @MACHINE_TYPE@ 292 MAINT = @MAINT@ 292 293 MAKEINFO = @MAKEINFO@ 293 294 MKDIR_P = @MKDIR_P@ … … 371 372 am--refresh: Makefile 372 373 @: 373 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)374 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 374 375 @for dep in $?; do \ 375 376 case '$(am__configure_deps)' in \ … … 397 398 $(SHELL) ./config.status --recheck 398 399 399 $(top_srcdir)/configure: $(am__configure_deps)400 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 400 401 $(am__cd) $(srcdir) && $(AUTOCONF) 401 $(ACLOCAL_M4): $(am__aclocal_m4_deps)402 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 402 403 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 403 404 $(am__aclocal_m4_deps): … … 410 411 @rm -f stamp-h1 411 412 cd $(top_builddir) && $(SHELL) ./config.status config.h 412 $(top_srcdir)/src/config.h.in: $(am__configure_deps)413 $(top_srcdir)/src/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 413 414 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 414 415 rm -f stamp-h1
Note:
See TracChangeset
for help on using the changeset viewer.