Skip to content
Snippets Groups Projects
Commit 3e67b14e authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

bugfix..

Rev: src/modules/Makefile.in:1.8
parent 77fe1794
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ all: modules
modules:
for a in $(MODULES) ; do echo making $$a ; ( cd $$a ; $(MAKE) $(MAKE_FLAGS) MODNAME=$$a) ; done
$(MAKE) linker_options lib_dirs modlist.h modlist_headers.h module_list
$(MAKE) linker_options modlist.h modlist_headers.h module_list
modlist.h: $(MODULE_SEGMENTS)
( for a in $(MODULES) ; do cat $$a/modlist_segment ; done ; ) >modlist.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment