diff options
author | Saikrishna Arcot <saiarcot895@gmail.com> | 2015-06-05 02:18:17 (GMT) |
---|---|---|
committer | Saikrishna Arcot <saiarcot895@gmail.com> | 2015-06-05 02:18:17 (GMT) |
commit | bafba35e01774035f2e464af4d421f664462055c (patch) | |
tree | 72e9b6c4eeb5e4937bffb2856bc6a2b9d33253ad /src/gdal.mk | |
parent | ee7022d5aa01a09c604199ec64d7290415c6e2ef (diff) | |
download | mxe-bafba35e01774035f2e464af4d421f664462055c.zip mxe-bafba35e01774035f2e464af4d421f664462055c.tar.gz mxe-bafba35e01774035f2e464af4d421f664462055c.tar.bz2 |
Style cleanup.
Diffstat (limited to 'src/gdal.mk')
-rw-r--r-- | src/gdal.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gdal.mk b/src/gdal.mk index e4e58f7..cb09b13 100644 --- a/src/gdal.mk +++ b/src/gdal.mk @@ -39,7 +39,7 @@ define $(PKG)_CONFIGURE --with-expat='$(PREFIX)/$(TARGET)' \ --with-sqlite3='$(PREFIX)/$(TARGET)' \ --with-gta='$(PREFIX)/$(TARGET)' \ - --with-hdf4='$(PREFIX)/$(TARGET)' \ + --with-hdf4='$(PREFIX)/$(TARGET)' \ --with-hdf5='$(PREFIX)/$(TARGET)' \ --with-libjson-c='$(PREFIX)/$(TARGET)' \ --without-odbc \ |