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

(print_path): Added target to print the used PATH,

for debugging.

Rev: src/nettle/ChangeLog:1.177
Rev: src/nettle/Makefile.am:1.58
parent 75a742f3
Branches
Tags
No related merge requests found
2003-02-14 Niels Mller <niels@s3.kth.se>
* Makefile.am (print_path): Added target to print the used PATH,
for debugging.
2003-02-11 Niels Mller <niels@s3.kth.se> 2003-02-11 Niels Mller <niels@s3.kth.se>
* buffer.c (nettle_buffer_copy): Bug fix, it didn't return any * buffer.c (nettle_buffer_copy): Bug fix, it didn't return any
......
...@@ -56,6 +56,10 @@ libnettle_a_SOURCES = aes.c aes.h aes-internal.h \ ...@@ -56,6 +56,10 @@ libnettle_a_SOURCES = aes.c aes.h aes-internal.h \
LIBOBJS = @LIBOBJS@ LIBOBJS = @LIBOBJS@
libnettle_a_LIBADD = $(LIBOBJS) libnettle_a_LIBADD = $(LIBOBJS)
libnettle_a_DEPENDENCIES = print_path
.PHONY: print_path
print_path:
echo PATH: $$PATH
shadata_LDADD = -lm shadata_LDADD = -lm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment