for debugging.
(print-path): Moved dependency to all-local.
Rev: src/nettle/ChangeLog:1.178
Rev: src/nettle/Makefile.am:1.60
* 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>
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) \