diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-12-10 17:40:38 -0800 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:09 +0100 |
commit | 15a97f0489ef604baa2c14dbcdedb9d647c3e712 (patch) | |
tree | 1b66e3dce5040c79fd7acc833c832269e5d247db /src | |
parent | 6dce43165e054c62b442cac4bffecde77b93dcea (diff) |
Move some build files to build-aux/
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index b58dd5b8..edc70041 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -186,7 +186,7 @@ render_hkl_OBJECTS = $(am_render_hkl_OBJECTS) render_hkl_LDADD = $(LDADD) render_hkl_DEPENDENCIES = $(top_builddir)/lib/libgnu.a DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) -depcomp = $(SHELL) $(top_srcdir)/depcomp +depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |