Skip to content
Snippets Groups Projects
Commit 79e845cb authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Added FORCE of lib/algorithms.a

Rev: src/modules/_Crypto/Makefile.in:1.11
parent 08885f02
No related branches found
No related tags found
No related merge requests found
......@@ -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@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment