diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-02-07 17:19:18 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-02-07 17:19:18 +0100 |
commit | cc33a1ccda26819ed1dff02ec54e7452a598273f (patch) | |
tree | 0a7ac620685bda0b2a3fc3892d71f60422eb694a /config_host.mk.in | |
parent | 95c7b3693af553930cc7360697510156d632d740 (diff) |
Remove MINGW_CLIB_DIR left-over
...after b28f25aa9eeed71bd3f399a9c8fc4f1497b92e82 "MINGW_CLIB_DIR is unused"
Change-Id: I8395d492120455378ec001e37428a645aa879440
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index c9906b4b4441..c0caf0cf342c 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -381,7 +381,6 @@ export MDDS_LIBS=$(gb_SPACE)@MDDS_LIBS@ export MERGELIBS=@MERGELIBS@ export MINGWCXX=@MINGWCXX@ export MINGWSTRIP=@MINGWSTRIP@ -export MINGW_CLIB_DIR=@MINGW_CLIB_DIR@ export MINGW_DLLS=@MINGW_DLLS@ export MINGW_GCCDLL=@MINGW_GCCDLL@ export MINGW_GXXDLL=@MINGW_GXXDLL@ |