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

more bugfixes

Rev: src/modules/static_module_makefile.in:1.9
parent c64e8a88
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,8 @@ dummy: linker_options modlist_headers modlist_segment module.pmod
tmp="$(INSTALL_NAME)" ; if test x$$tmp = x ; then tmp="$(MODNAME)"; fi ; $(INSTALL) module.pmod $(TMP_LIBDIR)/modules/$$tmp.pmod
linker_options: Makefile $(MODULE_ARCHIVES)
echo >linker_options modules/$(MODNAME)/module.a $(MODULE_LDFLAGS) $(MODULE_ARCHIVES)
echo >linker_options modules/$(MODNAME)/module.a $(MODULE_LDFLAGS)
for a in '' $(MODULE_ARCHIVES) ; do if test ! -z "$$a"; then echo modules/$(MODNAME)/$$a >>linker_options ; fi ; done
modlist_headers: Makefile
echo >modlist_headers "void pike_module_$(MODNAME)_init(void), pike_module_$(MODNAME)_exit(void);"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment