From: Michal Sojka Date: Tue, 13 May 2008 22:03:00 +0000 (+0000) Subject: Fixed (undocumented) sources-list target to work with new config files X-Git-Tag: v0.1-sssa~65 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/omk.git/commitdiff_plain/418bf49700f800e4a80d3e6d9f4d5f9c3fe21743 Fixed (undocumented) sources-list target to work with new config files darcs-hash:20080513220334-f2ef6-e65766ee52ea5989e8df5d2d24e211741e4e1d52.gz --- diff --git a/snippets/sources-list b/snippets/sources-list index d782bd3..a9eb027 100644 --- a/snippets/sources-list +++ b/snippets/sources-list @@ -24,7 +24,7 @@ ifeq ($(NEED_SOURCES_LIST),y) # avoid execution of find command bellow if it is .PHONY: sources-list sources-list: $(SOURCES_LIST) -$(SOURCES_LIST): $(CONFIG_FILE) $(CONFIG_FILE)-default $(shell find -name $(MAKEFILE_OMK)) +$(SOURCES_LIST): $(CONFIG_FILES) $(shell find -name $(MAKEFILE_OMK)) @echo -n "" > "$(SOURCES_LIST).tmp" @$(MAKE) --no-print-directory sources-list-pass @echo "# Automatically generated list of files in '$(RELATIVE_DIR)' that are used during OMK compilation" > "$(SOURCES_LIST).tmp2"