diff options
Diffstat (limited to 'src/hdf-eos2.mk')
-rw-r--r-- | src/hdf-eos2.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/hdf-eos2.mk b/src/hdf-eos2.mk index 1c450ca..5488e3d 100644 --- a/src/hdf-eos2.mk +++ b/src/hdf-eos2.mk @@ -22,9 +22,9 @@ define $(PKG)_BUILD cd '$(SOURCE_DIR)' && chmod -R ugo+w . cd '$(SOURCE_DIR)' && autoconf cd '$(BUILD_DIR)' && '$(SOURCE_DIR)/configure' \ - $(MXE_CONFIGURE_OPTS) \ - --includedir='$(PREFIX)/$(TARGET)/include/$(PKG)' \ - --libdir='$(PREFIX)/$(TARGET)/lib/$(PKG)' \ + $(MXE_CONFIGURE_OPTS) \ + --includedir='$(PREFIX)/$(TARGET)/include/$(PKG)' \ + --libdir='$(PREFIX)/$(TARGET)/lib/$(PKG)' \ --enable-install-include \ ac_cv_func_malloc_0_nonnull=yes \ ac_cv_func_realloc_0_nonnull=yes |