From: Adam Dickmeiss Date: Wed, 17 May 1995 08:19:08 +0000 (+0000) Subject: Executable marcdump removed on make clean. X-Git-Tag: YAZ.1.8~1040 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=f09f5c509aa742243939b0b0b6a289beadc75dce;ds=sidebyside Executable marcdump removed on make clean. --- 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