diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2010-01-19 23:17:10 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2010-01-19 23:17:10 (GMT) |
commit | 6b869dd904927bde57d6acdf1ebdeebe2da9584c (patch) | |
tree | ef086079a615e0492dbec96a98ae39cf87ce01f5 /src/sdl_image.mk | |
parent | 911565d857a53da89a83472733f2ae553e2fc636 (diff) | |
download | mxe-6b869dd904927bde57d6acdf1ebdeebe2da9584c.zip mxe-6b869dd904927bde57d6acdf1ebdeebe2da9584c.tar.gz mxe-6b869dd904927bde57d6acdf1ebdeebe2da9584c.tar.bz2 |
replace a dangling tab character
Diffstat (limited to 'src/sdl_image.mk')
-rw-r--r-- | src/sdl_image.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdl_image.mk b/src/sdl_image.mk index 125b2e3..ffba9d1 100644 --- a/src/sdl_image.mk +++ b/src/sdl_image.mk @@ -29,6 +29,6 @@ define $(PKG)_BUILD --disable-jpg-shared \ --disable-png-shared \ --disable-tif-shared \ - LIBS='-lz' + LIBS='-lz' $(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= endef |