From 9250f611f64431b5d1b1106a118ab66101cd989a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Fri, 14 Feb 2003 12:33:13 +0100
Subject: [PATCH] Don't touch libnettle_a_DEPENDENCIES.

Rev: src/nettle/Makefile.am:1.59
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index bf7a8463..5de5ed66 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -56,7 +56,7 @@ libnettle_a_SOURCES = aes.c aes.h aes-internal.h \
 
 LIBOBJS = @LIBOBJS@
 libnettle_a_LIBADD = $(LIBOBJS)
-libnettle_a_DEPENDENCIES = print_path
+libnettle.a: print_path
 .PHONY: print_path
 print_path:
 	echo PATH: $$PATH
-- 
GitLab