X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Futils%2Fhp2ps%2FMakefile;h=18cb05b1bdb6b4e00b0b233978eb1ea716877578;hb=4d65dec814743bb685ea590503bb54dd5b18023b;hp=878c51bc6989e1c9eaa34f758e7936a54875f9d5;hpb=cb549949a282cbf5c8eed33f98c4bcb8109d257a;p=ghc-hetmet.git diff --git a/ghc/utils/hp2ps/Makefile b/ghc/utils/hp2ps/Makefile index 878c51b..18cb05b 100644 --- a/ghc/utils/hp2ps/Makefile +++ b/ghc/utils/hp2ps/Makefile @@ -1,10 +1,10 @@ TOP=../.. include $(TOP)/mk/boilerplate.mk -C_SRCS = $(wildcard *.c) -H_SRCS = $(wildcard *.h) C_PROG = hp2ps +SRC_CC_OPTS += -I$(GHC_INCLUDE_DIR) -Wall + INSTALL_PROGS += $(C_PROG) LIBS = $(LIBM)