From c2beeae7bc3ce0e434c8c086505648d1bca24bb5 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Fri, 26 Oct 2012 16:20:54 +0400 Subject: Typo --- rules/ips.mk | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'rules/ips.mk') diff --git a/rules/ips.mk b/rules/ips.mk index 0cdf7ea..52bbca7 100644 --- a/rules/ips.mk +++ b/rules/ips.mk @@ -45,6 +45,12 @@ pkg-define += \ -Dbuild32="$(build32)" \ -Dbuild64="$(build64)" \ +# Add $(protodir.) to use in manifest: +# file $(protodir.64) path=usr/include/header.64.h +pkg-define += $(foreach _,$(variants),-Dprotodir.$(_)="$(protodir.$(_))") + +# Same for $(builddir.xxx): +pkg-define += $(foreach _,$(variants),-Dbuilddir.$(_)="$(builddir.$(_))") # Where to find files: pkg-protos = $(protodirs:%=-d "%") -- cgit v1.2.3