X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2FMakefile;h=b6623b5af40a78bf677ce84015e42f36026175cc;hb=e5e0b0c0af410a18ee3f57bdcfdc5e68265f0343;hp=cdadcd094ddf358e1ab5700b48600d646fc0de15;hpb=6a0c308ce3cb682cb908d7c4acf634ed7ff1b90f;p=yaz-moved-to-github.git diff --git a/util/Makefile b/util/Makefile index cdadcd0..b6623b5 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.3 1995-03-30 11:10:56 quinn Exp $ +# $Id: Makefile,v 1.4 1995-03-30 14:03:32 quinn Exp $ SHELL=/bin/sh INCLUDE=-I../include -I. @@ -12,7 +12,7 @@ DEFS=$(INCLUDE) LIB=$(LIBDIR)/libutil.a LIBS= PO = dmalloc.o options.o log.o -CPP=cc -E +CPP=$(CC) -E all: $(LIBDIR) $(LIB)