summaryrefslogtreecommitdiff
path: root/devel/py-omniorb/files/patch-omniidl_be-dir.mk
blob: 11ff45e961fd326b5245197188aaaeed8e0a0ed1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- omniidl_be/dir.mk.orig	Wed Feb  8 23:42:52 2006
+++ omniidl_be/dir.mk	Wed Feb  8 23:43:03 2006
@@ -13,8 +13,6 @@
           for file in $^; do \
             $(ExportFileToDir) \
           done; \
-          cd $(PYLIBDIR); \
-	  $(PYTHON) -c "import compileall; compileall.compile_dir('.')"; \
 	 )
 
 ifdef INSTALLTARGET
@@ -23,7 +21,5 @@
           for file in $^; do \
             $(ExportFileToDir) \
           done; \
-          cd $(INSTALLPYLIBDIR); \
-	  $(PYTHON) -c "import compileall; compileall.compile_dir('.')"; \
 	 )
 endif