1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

Add support for BeOS, which doesn't have libm.

This commit is contained in:
Bruno Haible
2000-12-18 18:45:44 +00:00
parent 65e80de5eb
commit 7b45ce23a1
4 changed files with 54 additions and 1 deletions

View File

@@ -61,7 +61,7 @@ VPATH = $(srcdir)
OBJECTS = new.o options.o iterator.o main.o gen-perf.o key-list.o list-node.o \
hash-table.o bool-array.o read-line.o trace.o vectors.o version.o
LIBS = ../lib/libgp.a -lm
LIBS = ../lib/libgp.a @GPERF_LIBM@
CPPFLAGS = -I. -I$(srcdir)/../lib
TARGETPROG = gperf