utils/Makefile: Use LOADLIBES instead of LDFLAGS to link the math library.
[pintos-anon] / src / utils / Makefile
index 46a91247d7703bb161053e12fbcd39f749c274ba..e38eb1f3dfa2972035eee486247e40e939a0be38 100644 (file)
@@ -2,7 +2,7 @@ all: setitimer-helper squish-pty squish-unix
 
 CC = gcc
 CFLAGS = -Wall -W
-LDFLAGS = -lm
+LOADLIBES = -lm
 setitimer-helper: setitimer-helper.o
 squish-pty: squish-pty.o
 squish-unix: squish-unix.o