remove repeated option

This commit is contained in:
Mark Brand 2011-03-29 15:36:10 +02:00
parent d0b9116645
commit b90935489b
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ define $(PKG)_BUILD
$(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= man_MANS=
'$(TARGET)-gcc' \
-W -Wall -Werror -ansi -pedantic -Werror \
-W -Wall -Werror -ansi -pedantic \
'$(2).c' -o '$(PREFIX)/$(TARGET)/bin/test-jpeg.exe' \
-ljpeg
endef