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

Added rule to rebuild Makefile.

Rev: src/modules/_Crypto/lib/Makefile.in:1.16
parent 3198d5ea
No related branches found
No related tags found
No related merge requests found
...@@ -147,3 +147,9 @@ algorithms.a: $(OBJS) ...@@ -147,3 +147,9 @@ algorithms.a: $(OBJS)
rm -f algorithms.a rm -f algorithms.a
$(AR) cru algorithms.a $(OBJS) $(AR) cru algorithms.a $(OBJS)
$(RANLIB) algorithms.a $(RANLIB) algorithms.a
Makefile: $(SRCDIR)/Makefile.in config.status
CONFIG_FILES=Makefile CONFIG_HEADERS="" ./config.status
@echo "Run make again"
@exit 1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment