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

bugfix

Rev: src/modules/dynamic_module_makefile.in:1.60
parent e37a3eed
No related branches found
No related tags found
No related merge requests found
# #
# $Id: dynamic_module_makefile.in,v 1.59 1999/10/05 19:48:37 grubba Exp $ # $Id: dynamic_module_makefile.in,v 1.60 1999/10/09 23:29:58 hubbe Exp $
# #
...@@ -63,7 +63,7 @@ dummy: $(DUMMY) linker_options modlist_headers modlist_segment module.so ...@@ -63,7 +63,7 @@ dummy: $(DUMMY) linker_options modlist_headers modlist_segment module.so
fi fi
linker_options: Makefile linker_options: Makefile
@if test "x$(LINKER_OPTIONS)" != x ; then echo "LINKER_OPTIONS+=$(LINKER_OPTIONS)" else : ; fi ; echo "$(LINKER_OPTIONS)" >linker_options @if test "x$(LINKER_OPTIONS)" != x ; then echo "LINKER_OPTIONS+=$(LINKER_OPTIONS)" ; else : ; fi ; echo "$(LINKER_OPTIONS)" >linker_options
modlist_headers: Makefile modlist_headers: Makefile
@echo "" >modlist_headers @echo "" >modlist_headers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment