[project @ 2002-07-29 12:22:37 by simonpj]
[ghc-hetmet.git] / ghc / utils / hp2ps / Makefile
index 90626ac..878c51b 100644 (file)
@@ -1,6 +1,5 @@
 TOP=../..
 include $(TOP)/mk/boilerplate.mk
-WAYS=
 
 C_SRCS  = $(wildcard *.c)
 H_SRCS  = $(wildcard *.h)
@@ -8,7 +7,8 @@ C_PROG  = hp2ps
 
 INSTALL_PROGS += $(C_PROG)
 
-LIBS   = -lm
+LIBS        = $(LIBM)
 
 CLEAN_FILES += $(C_OBJS) $(C_PROG)
+
 include $(TOP)/mk/target.mk