Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: FUNCTIONS_INSTALL in Makefile's is not updated.



On May 10,  8:58pm, Andrej Borsenkow wrote:
} Subject: FUNCTIONS_INSTALL in Makefile's is not updated.
}
} Anybody noticed it? If you change it in configure.in and just run make,
} then configure is recreated, config.status is recreated with new value for
} this, but no Makefile is changed.

This should fix it:

Index: Config/config.mk
===================================================================
@@ -37,6 +37,6 @@
 	cd $(dir_top) && \
 	  CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
 
-$(dir_top)/Config/defs.mk: $(sdir_top)/Config/defs.mk.in
+$(dir_top)/Config/defs.mk: $(sdir_top)/Config/defs.mk.in $(dir_top)/config.status
 	cd $(dir_top) && \
 	  CONFIG_FILES=Config/defs.mk CONFIG_HEADERS= ./config.status

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com



Messages sorted by: Reverse Date, Date, Thread, Author