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

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

for debugging.
(print-path): Moved dependency to all-local.

Rev: src/nettle/ChangeLog:1.178
Rev: src/nettle/Makefile.am:1.60
parent 9250f611
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
* Makefile.am (print_path): Added target to print the used PATH, * Makefile.am (print_path): Added target to print the used PATH,
for debugging. for debugging.
(print-path): Moved dependency to all-local.
2003-02-11 Niels Mller <niels@s3.kth.se> 2003-02-11 Niels Mller <niels@s3.kth.se>
......
...@@ -56,16 +56,15 @@ libnettle_a_SOURCES = aes.c aes.h aes-internal.h \ ...@@ -56,16 +56,15 @@ libnettle_a_SOURCES = aes.c aes.h aes-internal.h \
LIBOBJS = @LIBOBJS@ LIBOBJS = @LIBOBJS@
libnettle_a_LIBADD = $(LIBOBJS) libnettle_a_LIBADD = $(LIBOBJS)
libnettle.a: print_path
.PHONY: print_path
print_path:
echo PATH: $$PATH
shadata_LDADD = -lm shadata_LDADD = -lm
info_TEXINFOS = nettle.texinfo info_TEXINFOS = nettle.texinfo
all-local: nettle.html all-local: nettle.html print-path
.PHONY: print-path
print-path:
echo PATH: $$PATH
EXTRA_DIST = macros.h memxor.h $(des_headers) descore.README nettle.html \ EXTRA_DIST = macros.h memxor.h $(des_headers) descore.README nettle.html \
.bootstrap $(des_headers) \ .bootstrap $(des_headers) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment