diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2023-03-12 17:44:06 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2023-03-12 17:44:06 +0000 |
commit | 4c3fe61d096c73b3dd10c67ba73a4bee61e11427 (patch) | |
tree | 3ddf0efb9d21fb48f40a89e86c8b30a71335278c /font/bh-100dpi/Makefile.in | |
parent | 40d132881cb13ea4be5db131d61037057addaaa1 (diff) |
Regen
Diffstat (limited to 'font/bh-100dpi/Makefile.in')
-rw-r--r-- | font/bh-100dpi/Makefile.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/font/bh-100dpi/Makefile.in b/font/bh-100dpi/Makefile.in index 9b5e1300c..db2add2e8 100644 --- a/font/bh-100dpi/Makefile.in +++ b/font/bh-100dpi/Makefile.in @@ -188,6 +188,7 @@ LIBS = @LIBS@ LIB_MAN_DIR = @LIB_MAN_DIR@ LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAN_SUBSTS = @MAN_SUBSTS@ MAPFILES_PATH = @MAPFILES_PATH@ @@ -388,7 +389,7 @@ all: all-am .SUFFIXES: .bdf .pcf$(COMPRESS_SUFFIX) -ISO8859-1.bdf -ISO8859-2.bdf -ISO8859-3.bdf -ISO8859-4.bdf -ISO8859-9.bdf -ISO8859-10.bdf -ISO8859-13.bdf -ISO8859-14.bdf -ISO8859-15.bdf am--refresh: Makefile @: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ @@ -415,9 +416,9 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) $(am__cd) $(srcdir) && $(AUTOCONF) -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) $(am__aclocal_m4_deps): install-fontDATA: $(font_DATA) |