diff options
author | Tony Theodore <tonyt@logyst.com> | 2018-03-03 06:44:47 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2018-03-03 06:44:47 (GMT) |
commit | 9055269380fd485174b5c68cd06b406385a0228c (patch) | |
tree | 4b751480a2d065e52c020d02dceb998ecbc8393d /src/hdf-eos2.mk | |
parent | 630f0b4e10250ac873081a75ecb54596c5ba3cc4 (diff) | |
download | mxe-9055269380fd485174b5c68cd06b406385a0228c.zip mxe-9055269380fd485174b5c68cd06b406385a0228c.tar.gz mxe-9055269380fd485174b5c68cd06b406385a0228c.tar.bz2 |
run `make cleanup-style`
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 |