Author: damjan
Date: Wed Feb 24 18:14:57 2016
New Revision: 1732198

URL: http://svn.apache.org/viewvc?rev=1732198&view=rev
Log:
Define GBUILDDIR, and use the whole of gbuild, as gbuild_simple.mk
breaks early, lacks xsltproc and gbuild.mk takes us much further.

Patch by: me


Modified:
    openoffice/branches/gbuild-reintegration/main/writerfilter/source/Makefile

Modified: 
openoffice/branches/gbuild-reintegration/main/writerfilter/source/Makefile
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/writerfilter/source/Makefile?rev=1732198&r1=1732197&r2=1732198&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/writerfilter/source/Makefile 
(original)
+++ openoffice/branches/gbuild-reintegration/main/writerfilter/source/Makefile 
Wed Feb 24 18:14:57 2016
@@ -26,9 +26,10 @@
 #*************************************************************************
 
 WFDIR := $(dir $(realpath $(firstword $(MAKEFILE_LIST))))
+GBUILDDIR := $(SOLARENV)/gbuild
 
 include $(WFDIR)generated.mk
-include $(GBUILDDIR)/gbuild_simple.mk
+include $(GBUILDDIR)/gbuild.mk
 
 # doctok
 


Reply via email to