From 921cd883b98ee7ef43450d416701320466175a83 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 17:00:50 +0000 Subject: copy rules now require a TARGET var, to specify the tar... Author: doogie Date: 2003-02-12 07:28:33 GMT copy rules now require a TARGET var, to specify the target to install the copy rules under. The copy target in dselect/makefile installs itself under program, and not doc. --- dselect/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'dselect') diff --git a/dselect/makefile b/dselect/makefile index cdc802864..c2059f92a 100644 --- a/dselect/makefile +++ b/dselect/makefile @@ -8,6 +8,7 @@ include ../buildlib/defaults.mak # DSelect interfacing directory SOURCE = desc.apt install names setup update TO = $(BUILD)/scripts/dselect +TARGET = program include $(COPY_H) LOCAL = dselect -- cgit v1.2.3