diff options
author | Daniel Jacobowitz <drow@false.org> | 2004-05-25 19:37:02 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@gcc.gnu.org> | 2004-05-25 19:37:02 +0000 |
commit | 54b2f3104e7200589cf117686fb10ab5bb33f14e (patch) | |
tree | d123b39de6c3546f61e3c9de635f2007bd00b77c /libada/Makefile.in | |
parent | 9abe5d07d9d68c49971af2b93a4f83608a363284 (diff) | |
download | gcc-54b2f3104e7200589cf117686fb10ab5bb33f14e.tar.gz |
* Makefile.in: Add .NOEXPORT.
From-SVN: r82256
Diffstat (limited to 'libada/Makefile.in')
-rw-r--r-- | libada/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libada/Makefile.in b/libada/Makefile.in index e77f9cd958f..9c2077388fb 100644 --- a/libada/Makefile.in +++ b/libada/Makefile.in @@ -269,3 +269,7 @@ config.status: $(srcdir)/configure $(srcdir)/configure: @MAINT@ $(srcdir)/configure.ac cd $(srcdir) && autoconf + +# Don't export variables to the environment, in order to not confuse +# configure. +.NOEXPORT: |