diff options
author | Bryan Jurish <mukau@users.sourceforge.net> | 2009-01-19 10:14:48 +0000 |
---|---|---|
committer | Bryan Jurish <mukau@users.sourceforge.net> | 2009-01-19 10:14:48 +0000 |
commit | ff19e3d66115a200eeb873f7b272d87fd517e924 (patch) | |
tree | 70b617476ea08a6d99c0ecb980e23892e41aabf3 /config | |
parent | c02fb1011c89b05c3da9d3a7c52ecbc35c35f0a6 (diff) |
+ removed flatspace sprinkler-help.pd from Makefile
svn path=/trunk/externals/moocow/pdstring/; revision=10575
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 347677c..f889e07 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__aclocal_m4_deps = $(top_srcdir)/configure.in 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 = |