From 79e845cb55cfcb2b614019b3abfd6c7a8a1202d6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Sun, 20 Apr 1997 15:15:55 +0200
Subject: [PATCH] Added FORCE of lib/algorithms.a

Rev: src/modules/_Crypto/Makefile.in:1.11
---
 src/modules/_Crypto/Makefile.in | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/modules/_Crypto/Makefile.in b/src/modules/_Crypto/Makefile.in
index 6a18711f06..cd9f478f6f 100644
--- a/src/modules/_Crypto/Makefile.in
+++ b/src/modules/_Crypto/Makefile.in
@@ -11,10 +11,12 @@ MODULE_CPPFLAGS= -I$(SRCDIR)/include -DPIKE
 @dynamic_module_makefile@
 
 # Create library of algorithms
-lib/algorithms.a:
+lib/algorithms.a: FORCE
 	cd lib; $(MAKE) \
 		"CC=$(CC)" \
                   "EXTRA_CPP_FLAGS=-DPIKE -g -I$(SRCDIR)/../.. -I../../.." \
 	          "EXTRA_CFLAGS= $(CFLAGS)" algorithms.a
 
+FORCE:
+
 @dependencies@
-- 
GitLab