diff options
Diffstat (limited to 'hl/fortran/Makefile.in')
-rw-r--r-- | hl/fortran/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hl/fortran/Makefile.in b/hl/fortran/Makefile.in index 7218b14..1eb3761 100644 --- a/hl/fortran/Makefile.in +++ b/hl/fortran/Makefile.in @@ -135,6 +135,7 @@ INSTRUMENT_LIBRARY = @INSTRUMENT_LIBRARY@ LIBTOOL = @LIBTOOL@ LN_S = @LN_S@ LT_STATIC_EXEC = @LT_STATIC_EXEC@ +MAINT = @MAINT@ MPE = @MPE@ OBJDUMP = @OBJDUMP@ OBJECT_NAMELEN_DEFAULT_F = @OBJECT_NAMELEN_DEFAULT_F@ @@ -223,10 +224,10 @@ DIST_SUBDIRS = $(SUBDIRS) all: all-recursive .SUFFIXES: -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/config/commence.am $(top_srcdir)/config/conclude.am $(top_srcdir)/configure.in $(ACLOCAL_M4) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/config/commence.am $(top_srcdir)/config/conclude.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && \ $(AUTOMAKE) --foreign hl/fortran/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) mostlyclean-libtool: |