diff liboctave/cruft/Makefile.am @ 15278:f4b5304ee451

build: Remove unnecessary -I includes from AM_CPPFLAGS. * libinterp/Makefile.am: Remove unnecessary -I includes from AM_CPPFLAGS. * src/Makefile.am: Remove unnecessary -I includes from AM_CPPFLAGS. * liboctave/Makefile.am: Use $top_builddir to make list more readable. * liboctave/cruft/Makefile.am: Replace tabs with spaces in file list. * liboctave/cruft/slatec-fn/module.mk: Add blank line at end of file.
author Rik <rik@octave.org>
date Sun, 02 Sep 2012 17:41:43 -0700
parents e359158c917f
children a0fb36acbd0d
line wrap: on
line diff
--- a/liboctave/cruft/Makefile.am	Sun Sep 02 15:57:56 2012 -0700
+++ b/liboctave/cruft/Makefile.am	Sun Sep 02 17:41:43 2012 -0700
@@ -67,6 +67,6 @@
 
 DISTCLEANFILES = \
   cruft.def \
-	ranlib/ranlib.def
-	$(nodist_libcruft_la_SOURCES)
+  ranlib/ranlib.def \
+  $(nodist_libcruft_la_SOURCES)