diff options
Diffstat (limited to 'src/hdf-eos2.mk')
-rw-r--r-- | src/hdf-eos2.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hdf-eos2.mk b/src/hdf-eos2.mk index 7ead9bc..700eea0 100644 --- a/src/hdf-eos2.mk +++ b/src/hdf-eos2.mk @@ -22,7 +22,7 @@ define $(PKG)_BUILD cd '$(1)' && \ ac_cv_func_malloc_0_nonnull=yes \ ac_cv_func_realloc_0_nonnull=yes \ - ./configure $(MXE_CONFIGURE_OPTS) \ + ./configure $(MXE_CONFIGURE_OPTS) \ --enable-install-include $(MAKE) -C '$(1)' -j '$(JOBS)' |