changeset 22014:b07c0f27dccc

build: fix compilation error after 'make clean' (bug #47971) * Makefile.am (libgnu/libgnu.la): Declare dependency on oct-conf-post.h to enforce correct build order after running 'make clean'.
author Mike Miller <mtmiller@octave.org>
date Thu, 30 Jun 2016 16:21:00 -0700
parents 6267807eb70b
children cb25e0da9541
files Makefile.am
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.am	Thu Jun 30 15:20:46 2016 -0700
+++ b/Makefile.am	Thu Jun 30 16:21:00 2016 -0700
@@ -228,7 +228,7 @@
 # See bug #45578.
 BUILT_SOURCES += libgnu/libgnu.la
 
-libgnu/libgnu.la:
+libgnu/libgnu.la: oct-conf-post.h
 	cd libgnu; $(MAKE) all
 
 include liboctave/module.mk