Skip to content
Snippets Groups Projects
Commit 14a43c29 authored by Niels Möller's avatar Niels Möller
Browse files

Added FIXME for _p.o rule.

Rev: src/nettle/Makefile.am:1.62
parent 4cf061a8
No related merge requests found
......@@ -110,6 +110,7 @@ install-data-local: $(SHLIBINSTALL)
$(COMPILE) -c $*.s -o $@
echo >.deps/$*.Po
# FIXME: This rule doesn't get dependencies right.
%_p.$(OBJEXT): %.c
$(COMPILE) $(SHLIBCFLAGS) -c $< -o $@
......
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