]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
(print_path): Added target to print the used PATH,
authorNiels Möller <nisse@lysator.liu.se>
Fri, 14 Feb 2003 12:43:53 +0000 (13:43 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Fri, 14 Feb 2003 12:43:53 +0000 (13:43 +0100)
for debugging.
(print-path): Moved dependency to all-local.

Rev: src/nettle/ChangeLog:1.178
Rev: src/nettle/Makefile.am:1.60

ChangeLog
Makefile.am

index 3e7dd3a75897f094233a7bca832bd979331516ff..273db46ceb35f47ca009fef7548fc1fa106519ab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
 
        * Makefile.am (print_path): Added target to print the used PATH,
        for debugging.
+       (print-path): Moved dependency to all-local.
 
 2003-02-11  Niels Möller  <niels@s3.kth.se>
 
index 5de5ed661427dc05ae2f6e7f19f11296095bc521..5335f4ca03c151c67593b095b304a8b80946734c 100644 (file)
@@ -56,16 +56,15 @@ libnettle_a_SOURCES = aes.c aes.h aes-internal.h \
 
 LIBOBJS = @LIBOBJS@
 libnettle_a_LIBADD = $(LIBOBJS)
-libnettle.a: print_path
-.PHONY: print_path
-print_path:
-       echo PATH: $$PATH
 
 shadata_LDADD = -lm
 
 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 \
        .bootstrap $(des_headers) \