From 98d6fcc28c858c00a47aa59391abb99649f54ba0 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 29 Oct 1996 13:34:56 +0000 Subject: [PATCH] Minor change. --- makelib/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/makelib/Makefile b/makelib/Makefile index 94084f0..47f2c55 100644 --- a/makelib/Makefile +++ b/makelib/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.8 1996-06-10 08:55:47 quinn Exp $ +# $Id: Makefile,v 1.9 1996-10-29 13:34:56 adam Exp $ #CC= SHELL=/bin/sh @@ -15,8 +15,7 @@ all: $(LIB) $(LIB): $(LIBS) rm -f $(LIB) - for i in $(LIBS); do echo $$i; ar x $$i; done - -rm -f __* + for i in $(LIBS); do echo $$i; ar x $$i; rm -f __*; done ar qc $(LIB) *.o rm -f *.o ranlib $(LIB) -- 1.7.10.4