diff --git a/ChangeLog b/ChangeLog
index 3e7dd3a75897f094233a7bca832bd979331516ff..273db46ceb35f47ca009fef7548fc1fa106519ab 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 5de5ed661427dc05ae2f6e7f19f11296095bc521..5335f4ca03c151c67593b095b304a8b80946734c 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) \