From: Sebastian Hammer Date: Thu, 18 Aug 1994 08:21:02 +0000 (+0000) Subject: Tiny mod. X-Git-Tag: ZEBRA.1.0~906 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=99040ac4817ccb7520a6b6464b1661215e3c1721 Tiny mod. --- diff --git a/bfile/Makefile b/bfile/Makefile index 2589c53..1857ad5 100644 --- a/bfile/Makefile +++ b/bfile/Makefile @@ -21,7 +21,7 @@ $(LIB): $(PO) $(CC) -c $(DEFS) $(CFLAGS) $< clean: - rm -f *.[oa] $(TPROG) core mon.out gmon.out + rm -f *.[oa] $(TPROG) core mon.out gmon.out errlist dep depend: $(CPP) $(INCLUDE) -M *.c >.depend diff --git a/dict/Makefile b/dict/Makefile index cfe927c..480a195 100644 --- a/dict/Makefile +++ b/dict/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.2 1994-08-17 13:32:18 adam Exp $ +# $Id: Makefile,v 1.3 1994-08-18 08:21:06 quinn Exp $ SHELL=/bin/sh INCLUDE=-I../include @@ -26,7 +26,7 @@ $(LIB): $(PO) $(CC) -c $(DEFS) $(CFLAGS) $< clean: - rm -f *.[oa] $(TPROG) core mon.out gmon.out + rm -f *.[oa] $(TPROG) core mon.out gmon.out errlist dep depend: $(CPP) $(INCLUDE) -M *.c >.depend diff --git a/util/Makefile b/util/Makefile index b9b37ab..be7abea 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.4 1994-08-17 15:34:22 adam Exp $ +# $Id: Makefile,v 1.5 1994-08-18 08:21:08 quinn Exp $ SHELL=/bin/sh INCLUDE=-I../include @@ -26,7 +26,7 @@ $(LIB): $(PO) $(CC) -c $(DEFS) $(CFLAGS) $< clean: - rm -f *.[oa] $(TPROG) core mon.out gmon.out + rm -f *.[oa] $(TPROG) core mon.out gmon.out errlist dep depend: $(CPP) $(INCLUDE) -M *.c >.depend