From f09f5c509aa742243939b0b0b6a289beadc75dce Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 17 May 1995 08:19:08 +0000 Subject: [PATCH] Executable marcdump removed on make clean. --- util/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/Makefile b/util/Makefile index 924e66e..2536a02 100644 --- a/util/Makefile +++ b/util/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.6 1995-04-17 09:37:50 quinn Exp $ +# $Id: Makefile,v 1.7 1995-05-17 08:19:08 adam Exp $ SHELL=/bin/sh INCLUDE=-I../include -I. @@ -36,7 +36,7 @@ $(LIBDIR): $(CC) -c $(DEFS) $(CFLAGS) $< clean: - rm -f *.[oa] test core mon.out gmon.out errlist + rm -f *.[oa] test marcdump core mon.out gmon.out errlist depend: depend2 -- 1.7.10.4