X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=index%2FMakefile;h=eb75bcb0a39fc65405160a4da8b9402162af5d6d;hb=d4b2d9a55eff084aa7db77d1aa98e032f4c7659e;hp=dce36d0b709f1f03e189b20d393425e27ad11b54;hpb=3aa589f4d0c8d1c8c1bb3bd28b97d134f06d6d9d;p=idzebra-moved-to-github.git diff --git a/index/Makefile b/index/Makefile index dce36d0..eb75bcb 100644 --- a/index/Makefile +++ b/index/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1995, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.13 1995-10-10 16:28:12 quinn Exp $ +# $Id: Makefile,v 1.14 1995-10-30 14:10:54 adam Exp $ SHELL=/bin/sh RANLIB=ranlib @@ -17,7 +17,7 @@ O1 = main.o dir.o trav.o extract.o kinput.o kcompare.o \ symtab.o text.o recctrl.o O2 = kdump.o O3 = zserver.o kcompare.o zrpn.o zsets.o text.o recctrl.o -CPP=cc -E +CPP=$(CC) -E all: $(TPROG1) $(TPROG2) $(TPROG3)