X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2FMakefile;fp=util%2FMakefile;h=ef9682cb63bd5e51b74131e255f616d47d7ee125;hb=07b655993910c9f687c7a114ae8265f76cb8794a;hp=9ff5c8d76ef91a94fe3bf736fba1af4b15dedeef;hpb=0d5f91c2b9df496e9442cfa76c67d1904e6e4fb0;p=idzebra-moved-to-github.git diff --git a/util/Makefile b/util/Makefile index 9ff5c8d..ef9682c 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.9 1994-08-18 14:09:42 quinn Exp $ +# $Id: Makefile,v 1.10 1994-09-01 17:45:14 adam Exp $ SHELL=/bin/sh INCLUDE=-I../include @@ -34,6 +34,6 @@ clean: dep depend: $(CPP) $(INCLUDE) -M *.c >.depend -#ifeq (.depend,$(wildcard .depend)) +ifeq (.depend,$(wildcard .depend)) include .depend -#endif +endif