diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-07-29 11:34:33 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-07-29 11:34:33 +0000 |
commit | 2af4b0854a06edef03291fe4ec51552d11984706 (patch) | |
tree | 9284d5af2c43f0d00698908827dc0e07b0692aab /app/bdftopcf | |
parent | b00d4cd562110db1a78dfedf590103df6cd50681 (diff) |
regen
Diffstat (limited to 'app/bdftopcf')
-rw-r--r-- | app/bdftopcf/Makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app/bdftopcf/Makefile.in b/app/bdftopcf/Makefile.in index 1e5444aaf..e72bd315e 100644 --- a/app/bdftopcf/Makefile.in +++ b/app/bdftopcf/Makefile.in @@ -62,8 +62,7 @@ bin_PROGRAMS = bdftopcf$(EXEEXT) DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in $(srcdir)/config.h.in \ $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \ - compile config.guess config.sub depcomp install-sh missing \ - mkinstalldirs + compile config.guess config.sub depcomp install-sh missing subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac @@ -71,7 +70,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno configure.status.lineno -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +mkinstalldirs = $(SHELL) $(install_sh) -d CONFIG_HEADER = config.h CONFIG_CLEAN_FILES = am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)" |