diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-02-27 14:41:59 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-02-27 17:09:44 +0100 |
commit | 8b8cd431c5c3ee03974299337ecdd25e0593210a (patch) | |
tree | 4216b6f96bf9f646365f280a14a4087def4c5a42 /config_host.mk.in | |
parent | 8281578b89c3df3fe3452a594f6b21483683638a (diff) |
move generation of sal/typesizes.h to configure
Change-Id: I22d28044bde624b7cfd8537c5c1e2906cb5303fc
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index 5c4802129118..32aaea72cd83 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -14,10 +14,6 @@ export BUILDDIR=@BUILDDIR@ export ABOUT_BACKGROUND_SVG=@ABOUT_BACKGROUND_SVG@ @x_AFLAGS@ export AFLAGS=@AFLAGS@ -export ALIGNOF_DOUBLE=@ALIGNOF_DOUBLE@ -export ALIGNOF_INT=@ALIGNOF_INT@ -export ALIGNOF_LONG=@ALIGNOF_LONG@ -export ALIGNOF_SHORT=@ALIGNOF_SHORT@ export ALLOC=@ALLOC@ export ALL_LANGS=@ALL_LANGS@ export ANCIENT_BISON=@ANCIENT_BISON@ @@ -491,12 +487,6 @@ export SAL_ENABLE_FILE_LOCKING=1 export SCPDEFS=@SCPDEFS@ export SERVLETAPI_JAR=@SERVLETAPI_JAR@ export SHOWINCLUDES_PREFIX=@SHOWINCLUDES_PREFIX@ -export SIZEOF_DOUBLE=@SIZEOF_DOUBLE@ -export SIZEOF_INT=@SIZEOF_INT@ -export SIZEOF_LONG=@SIZEOF_LONG@ -export SIZEOF_LONGLONG=@SIZEOF_LONGLONG@ -export SIZEOF_POINTER=@SIZEOF_POINTER@ -export SIZEOF_SHORT=@SIZEOF_SHORT@ export SOLARENV=@SRC_ROOT@/solenv export SOLARINC=@SOLARINC@ export SOLARINC_FOR_BUILD=@SOLARINC_FOR_BUILD@ |