From c14ae470ce50bf290825447af5fe5b1ffa31c622 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sat, 30 Oct 1999 08:51:45 +0000 Subject: [PATCH] (login_DEPENDENCIES): remove, it's not entirely correct and was causing problems with non-GNU make git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7287 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/login/Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/appl/login/Makefile.am b/appl/login/Makefile.am index 94e5d31b2..2e80b7afd 100644 --- a/appl/login/Makefile.am +++ b/appl/login/Makefile.am @@ -28,8 +28,6 @@ LDADD = $(LIB_kafs) \ $(LIB_roken) \ $(LIB_security) -login_DEPENDENCIES = $(LIB_roken) - $(srcdir)/login_protos.h: cd $(srcdir); perl ../../cf/make-proto.pl -o login_protos.h $(login_SOURCES) || rm -f login_protos.h