X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2Fhp2ps%2FMakefile;h=93aa856ffc4a1fccc3410e100428e0712448a0bf;hb=2de31b61d0a963803eb5632c9659c6093d74f345;hp=09c193f1c1e29513941401bb2d867b476c2c6609;hpb=0f72a4c69215d1f81760aa0000ebbbfb2ac73303;p=ghc-hetmet.git diff --git a/utils/hp2ps/Makefile b/utils/hp2ps/Makefile index 09c193f..93aa856 100644 --- a/utils/hp2ps/Makefile +++ b/utils/hp2ps/Makefile @@ -14,9 +14,7 @@ LIBS = $(LIBM) CLEAN_FILES += $(C_OBJS) $(C_PROG) -binary-dist: - $(INSTALL_DIR) $(BIN_DIST_DIR)/utils/hp2ps - $(INSTALL_DATA) Makefile $(BIN_DIST_DIR)/utils/hp2ps/ - $(INSTALL_PROGRAM) $(C_PROG) $(BIN_DIST_DIR)/utils/hp2ps/ +BINDIST_EXTRAS += $(C_PROG) +include $(TOP)/mk/bindist.mk include $(TOP)/mk/target.mk