diff options
author | Bryan Jurish <mukau@users.sourceforge.net> | 2009-01-19 16:12:33 +0000 |
---|---|---|
committer | Bryan Jurish <mukau@users.sourceforge.net> | 2009-01-19 16:12:33 +0000 |
commit | 24e8e40736aef1ce34c4dc77c8ada91c52ca9dce (patch) | |
tree | 05ccb7b67ab279b0f107c322d5eaa698cc9c8238 /config/Makefile.in | |
parent | 57029fa42bf299253de32f9f65e129d10c775d89 (diff) |
+ moved automake symlinks to copies
svn path=/trunk/externals/moocow/pdstring/; revision=10578
Diffstat (limited to 'config/Makefile.in')
-rw-r--r-- | config/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/Makefile.in b/config/Makefile.in index 347677c..da49c38 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 mkinstalldirs + install-sh missing ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs +mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/src/config.h CONFIG_CLEAN_FILES = SOURCES = |