diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-09-18 21:40:47 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-09-18 22:00:12 +0200 |
commit | c184e32d5976e751b8d08577bd256232a67917c5 (patch) | |
tree | 9b09e1642721fb6d9ce1bcbb821fa0a1c7936ae7 /config_host.mk.in | |
parent | 3f3b404b643f907f9feff893324174c00c3c4e4a (diff) |
$(GNUMAKE) is not used outside of a configure
f8062812ae76af9488bc9c64ee9365c747bd3b38 replaced it with $(MAKE)
Change-Id: Ibe13cb6d93489a15bcb8c43b113b125bfbe5820f
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 40865e78e23d..e7177453503c 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -213,7 +213,6 @@ export GNUTLS_CFLAGS=$(gb_SPACE)@GNUTLS_CFLAGS@ export GNUTLS_LIBS=$(gb_SPACE)@GNUTLS_LIBS@ export PARALLELISM?=@PARALLELISM@ @x_GNUCP@ export GNUCOPY=@GNUCP@ -export GNUMAKE=@GNUMAKE@ export GNUMAKE_WIN_NATIVE=@GNUMAKE_WIN_NATIVE@ export GNUPATCH=@GNUPATCH@ export GNUTAR=@GNUTAR@ |