From 8322faafacf2bb79ec9bf385ba7db7429dc5e2ad Mon Sep 17 00:00:00 2001 From: alibrary Date: Mon, 9 Dec 2002 16:17:00 +0000 Subject: [PATCH] fix mistyping --- build/module.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/module.tpl b/build/module.tpl index b55ad1e8561..fa690d17f79 100644 --- a/build/module.tpl +++ b/build/module.tpl @@ -196,7 +196,7 @@ endif #Different targets for the module ifeq ($(TYPE),lib) -all-@PACKAGE@: $(@PACKAGE@LIB $(@PACKAGE@ALIB) +all-@PACKAGE@: $(@PACKAGE@LIB) $(@PACKAGE@ALIB) else all-@PACKAGE@: $(@PACKAGE@BIN) endif -- 2.31.1