gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r3644: fix cmake.mk python.mk, maybe


From: Carl Hansen
Subject: [Gsrc-commit] trunk r3644: fix cmake.mk python.mk, maybe
Date: Sat, 30 Apr 2016 06:35:10 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 3644
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Fri 2016-04-29 23:35:08 -0700
message:
  fix cmake.mk python.mk, maybe
modified:
  gar.lib/cmake.mk               cmake.mk-20160430063043-teweniscrpagn11l-1
  gar.lib/python.mk              python.mk-20160430063104-vx33qkgc8waznysj-1
=== modified file 'gar.lib/cmake.mk'
--- a/gar.lib/cmake.mk  2016-04-30 06:32:17 +0000
+++ b/gar.lib/cmake.mk  2016-04-30 06:35:08 +0000
@@ -21,5 +21,5 @@
 BUILD_SCRIPTS ?= $(WORKOBJ)/Makefile
 INSTALL_SCRIPTS ?= $(WORKOBJ)/cmake_install.cmake
 
-include ../../../gar/gar.mk
+include ../../gar.mk
 

=== modified file 'gar.lib/python.mk'
--- a/gar.lib/python.mk 2016-04-30 06:32:17 +0000
+++ b/gar.lib/python.mk 2016-04-30 06:35:08 +0000
@@ -21,4 +21,4 @@
 BUILD_SCRIPTS ?= $(WORKOBJ)/setup.py
 INSTALL_SCRIPTS ?= $(WORKOBJ)/setup.py
 
-include ../../../gar/gar.mk
+include ../../gar.mk


reply via email to

[Prev in Thread] Current Thread [Next in Thread]