From e5c50602c462af1bf5be29a1a0eae85e514c0857 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 23 Mar 1997 09:37:17 +0000 Subject: [PATCH] removed old (unused) junk git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1490 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/editline/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/editline/Makefile.in b/lib/editline/Makefile.in index 1e0008895..dba495d09 100644 --- a/lib/editline/Makefile.in +++ b/lib/editline/Makefile.in @@ -70,9 +70,9 @@ dist: $(DISTFILES) || cp -p $$file ../`cat ../.fname`/lib; \ done -$(LIBNAME).a: $(OBJECTS) @AFS_EXTRA_OBJS@ +$(LIBNAME).a: $(OBJECTS) rm -f $@ - $(AR) cr $@ $(OBJECTS) @AFS_EXTRA_OBJS@ + $(AR) cr $@ $(OBJECTS) -$(RANLIB) $@