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

Comment fix.

Rev: src/nettle/examples/Makefile.in:1.15
parent 4efaf025
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment