[project @ 2001-09-18 11:07:58 by simonmar]
[ghc-hetmet.git] / ghc / utils / hp2ps / Makefile
index b7c484b..878c51b 100644 (file)
@@ -1,6 +1,5 @@
 TOP=../..
 include $(TOP)/mk/boilerplate.mk
-override 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