From: Niels Möller Date: Mon, 27 Nov 2006 15:49:15 +0000 (+0100) Subject: Comment fix. X-Git-Tag: nettle_1.15_release_20061128~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1e85194dda5efb3d741d6c5c248e7c7fc58e0e9e;p=thirdparty%2Fnettle.git Comment fix. Rev: src/nettle/examples/Makefile.in:1.15 --- diff --git a/examples/Makefile.in b/examples/Makefile.in index d01a69c1..f87ccca6 100644 --- a/examples/Makefile.in +++ b/examples/Makefile.in @@ -66,6 +66,8 @@ Makefile: $(srcdir)/Makefile.in ../config.status install uninstall: true +# NOTE: I'd like to use $^, but that's a GNU extension. $? should be +# more portable, equivalent for phony targets. distdir: $(DISTFILES) cp $? $(distdir)