diff options
author | Bryan Jurish <mukau@users.sourceforge.net> | 2009-01-19 10:16:33 +0000 |
---|---|---|
committer | Bryan Jurish <mukau@users.sourceforge.net> | 2009-01-19 10:16:33 +0000 |
commit | 57029fa42bf299253de32f9f65e129d10c775d89 (patch) | |
tree | 871cd48638d851daa0ae849b93c8ca7c64a45f09 /config | |
parent | ff19e3d66115a200eeb873f7b272d87fd517e924 (diff) |
+ fixed stale *.in
svn path=/trunk/externals/moocow/pdstring/; revision=10577
Diffstat (limited to 'config')
-rw-r--r-- | config/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/Makefile.in b/config/Makefile.in index f889e07..347677c 100644 --- a/config/Makefile.in +++ b/config/Makefile.in @@ -41,12 +41,12 @@ PRE_UNINSTALL = : POST_UNINSTALL = : subdir = config DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in depcomp \ - install-sh missing + install-sh missing mkinstalldirs ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/configure.in +am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) -mkinstalldirs = $(install_sh) -d +mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = $(top_builddir)/src/config.h CONFIG_CLEAN_FILES = SOURCES = |