From: Niels Möller Date: Fri, 14 Feb 2003 09:49:28 +0000 (+0100) Subject: (print_path): Added target to print the used PATH, X-Git-Tag: nettle_1.7_release_20030311~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b30f4b29460eec321928501e2a906896bc3ac87b;p=thirdparty%2Fnettle.git (print_path): Added target to print the used PATH, for debugging. Rev: src/nettle/ChangeLog:1.177 Rev: src/nettle/Makefile.am:1.58 --- diff --git a/ChangeLog b/ChangeLog index 059ee8f5..3e7dd3a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-02-14 Niels Möller + + * Makefile.am (print_path): Added target to print the used PATH, + for debugging. + 2003-02-11 Niels Möller * buffer.c (nettle_buffer_copy): Bug fix, it didn't return any diff --git a/Makefile.am b/Makefile.am index dba4da81..bf7a8463 100644 --- a/Makefile.am +++ b/Makefile.am @@ -56,6 +56,10 @@ libnettle_a_SOURCES = aes.c aes.h aes-internal.h \ LIBOBJS = @LIBOBJS@ libnettle_a_LIBADD = $(LIBOBJS) +libnettle_a_DEPENDENCIES = print_path +.PHONY: print_path +print_path: + echo PATH: $$PATH shadata_LDADD = -lm