aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h225
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2007-10-10 10:25:09 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2007-10-10 10:25:09 +0000
commit6115b7601d823ca4e7e5d14ca400c8fbb8ceeaf5 (patch)
tree860d60b21d9f9ab56da164d830f5f367f0ff52e8 /asn1/h225
parent1b04a660e5da99ff35f3f4eb3c2154177781687b (diff)
better solution for different submake calling on Windows and Linux
svn path=/trunk/; revision=23131
Diffstat (limited to 'asn1/h225')
-rw-r--r--asn1/h225/Makefile.am3
-rw-r--r--asn1/h225/Makefile.nmake4
2 files changed, 3 insertions, 4 deletions
diff --git a/asn1/h225/Makefile.am b/asn1/h225/Makefile.am
index 333aba51e0..462af31e88 100644
--- a/asn1/h225/Makefile.am
+++ b/asn1/h225/Makefile.am
@@ -20,8 +20,7 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-MAKE_CNF_EXPORT = $(MAKE) $(MAKEFLAGS) generate_export
-
+include ../Makefile.preinc
include Makefile.common
include ../Makefile.inc
diff --git a/asn1/h225/Makefile.nmake b/asn1/h225/Makefile.nmake
index 99506b295c..5a32997c60 100644
--- a/asn1/h225/Makefile.nmake
+++ b/asn1/h225/Makefile.nmake
@@ -21,9 +21,9 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-MAKE_CNF_EXPORT = $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake generate_export
-include Makefile.common
include ../../config.nmake
+include ../Makefile.preinc.nmake
+include Makefile.common
include ../Makefile.inc.nmake