From d7a07657e951c77b119e4a8cfa882fb6529efe43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Fri, 14 Feb 2003 13:43:53 +0100 Subject: [PATCH] (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 --- ChangeLog | 1 + Makefile.am | 9 ++++----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3e7dd3a7..273db46c 100644 --- 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> diff --git a/Makefile.am b/Makefile.am index 5de5ed66..5335f4ca 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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) \ -- GitLab