From dd89f7b74ddbab20fa873943797a12d4c2938edf Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sat, 4 Apr 1998 18:43:01 +0000 Subject: [PATCH] call LIBNAME properly git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4718 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/com_err/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/com_err/Makefile.in b/lib/com_err/Makefile.in index 66470f01d..9158d9731 100644 --- a/lib/com_err/Makefile.in +++ b/lib/com_err/Makefile.in @@ -105,7 +105,7 @@ dist: $(DISTFILES) || cp -p $$file ../`cat ../.fname`/lib; \ done -$(LIBNAME).$(LIBEXT): $(OBJECTS) +$(LIBNAME).a: $(OBJECTS) rm -f $@ $(AR) cr $@ $(OBJECTS) -$(RANLIB) $@