From b30f4b29460eec321928501e2a906896bc3ac87b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Fri, 14 Feb 2003 10:49:28 +0100 Subject: [PATCH] (print_path): Added target to print the used PATH, for debugging. Rev: src/nettle/ChangeLog:1.177 Rev: src/nettle/Makefile.am:1.58 --- ChangeLog | 5 +++++ Makefile.am | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 059ee8f5..3e7dd3a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-02-14 Niels Möller <niels@s3.kth.se> + + * Makefile.am (print_path): Added target to print the used PATH, + for debugging. + 2003-02-11 Niels Möller <niels@s3.kth.se> * 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 -- GitLab