From: Niels Möller Date: Fri, 14 Feb 2003 12:43:53 +0000 (+0100) Subject: (print_path): Added target to print the used PATH, X-Git-Tag: nettle_1.7_release_20030311~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7a07657e951c77b119e4a8cfa882fb6529efe43;p=thirdparty%2Fnettle.git (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 --- 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 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) \