mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
17 lines
373 B
Makefile
17 lines
373 B
Makefile
$NetBSD: patch-omniidl__be_dir.mk,v 1.1 2012/02/28 07:20:21 sbd Exp $
|
|
|
|
--- omniidl_be/dir.mk.orig 2003-03-23 21:51:59.000000000 +0000
|
|
+++ omniidl_be/dir.mk
|
|
@@ -6,7 +6,10 @@ ifeq ($(PYTHON),)
|
|
PYTHON = python
|
|
endif
|
|
|
|
-FILES = __init__.py python.py
|
|
+FILES = python.py
|
|
+ifdef INSTALL_OMNIIDL_BE_INIT
|
|
+FILES += __init__.py
|
|
+endif
|
|
|
|
export:: $(FILES)
|
|
@(dir="$(PYLIBDIR)"; \
|