From 99040ac4817ccb7520a6b6464b1661215e3c1721 Mon Sep 17 00:00:00 2001 From: Sebastian Hammer Date: Thu, 18 Aug 1994 08:21:02 +0000 Subject: [PATCH] Tiny mod. --- bfile/Makefile | 2 +- dict/Makefile | 4 ++-- util/Makefile | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) 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 -- 1.7.10.4