From 2433e4c09ffb45ab2407e04f711ed5e3ed6e031d Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 28 Jul 2003 17:04:40 +0000 Subject: we now need -lm to link --- tools/ddcprobe/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/ddcprobe/Makefile b/tools/ddcprobe/Makefile index 07ba43786..bcbf1464d 100644 --- a/tools/ddcprobe/Makefile +++ b/tools/ddcprobe/Makefile @@ -1,4 +1,5 @@ CFLAGS=-Wall -O # -g -DDEBUG +LDFLAGS = -lm TARGETS=ddcxinfos ARCH := $(patsubst i%86,i386,$(shell uname -m)) -- cgit v1.2.1