From dcfea10fa9927aa32e87455be2a5aa9c1aee0336 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Wed, 8 Jul 1998 18:40:02 -0700 Subject: [PATCH] minor cleanup Rev: src/modules/static_module_makefile.in:1.35 --- src/modules/static_module_makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/static_module_makefile.in b/src/modules/static_module_makefile.in index 99717481ca..d437904500 100644 --- a/src/modules/static_module_makefile.in +++ b/src/modules/static_module_makefile.in @@ -1,5 +1,5 @@ # -# $Id: static_module_makefile.in,v 1.34 1998/06/18 00:44:16 grubba Exp $ +# $Id: static_module_makefile.in,v 1.35 1998/07/09 01:40:02 hubbe Exp $ # @@ -24,7 +24,7 @@ dummy: linker_options modlist_headers modlist_segment module.pmod module.a linker_options: Makefile $(MODULE_ARCHIVES) echo >linker_options modules/$(MODNAME)/module.a $(MODULE_LDFLAGS) - for a in '' $(MODULE_ARCHIVES) ; do \ + @for a in '' $(MODULE_ARCHIVES) ; do \ if test "x$$a" = "x"; then :; else \ case "$$a" in \ /*) \ -- GitLab