From: Niels Möller Date: Sat, 12 Apr 2003 15:50:22 +0000 (+0200) Subject: Added FIXME for _p.o rule. X-Git-Tag: nettle_1.8_release_20040110~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14a43c29d2b40262bb82de302237d111273ddb15;p=thirdparty%2Fnettle.git Added FIXME for _p.o rule. Rev: src/nettle/Makefile.am:1.62 --- diff --git a/Makefile.am b/Makefile.am index b583a72d..f51c5f2a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 $@