X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=bfile%2FMakefile;fp=bfile%2FMakefile;h=9b15ff9ed29aa55bf8fca0d14f8fb4291424499e;hb=d4b2d9a55eff084aa7db77d1aa98e032f4c7659e;hp=2c5f980e4ff9f9db578fb123b951f7fd6d50e108;hpb=3aa589f4d0c8d1c8c1bb3bd28b97d134f06d6d9d;p=idzebra-moved-to-github.git diff --git a/bfile/Makefile b/bfile/Makefile index 2c5f980..9b15ff9 100644 --- a/bfile/Makefile +++ b/bfile/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.12 1995-09-04 12:33:21 adam Exp $ +# $Id: Makefile,v 1.13 1995-10-30 14:10:47 adam Exp $ SHELL=/bin/sh RANLIB=ranlib @@ -15,7 +15,7 @@ CFLAGS=-g -Wall -pedantic -ansi DEFS=$(INCLUDE) LIB=../lib/bfile.a PO = bfile.o mfile.o -CPP=cc -E +CPP=$(CC) -E all: $(LIB)