Skip to content

Commit 0860952

Browse files
author
Xiangfu Liu
committedJan 14, 2012
compile-flickernoise: ignore the jbig2dev automake warnings
1 parent 1e9d18d commit 0860952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎compile-flickernoise/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ $(BUILD_DIR)/openjpeg: $(DL)/$(OPENJPEG).ok build_dir/.prepare
104104
$(BUILD_DIR)/jbig2dec: $(DL)/$(JBIG2DEC).ok build_dir/.prepare
105105
tar xf $(DL)/$(JBIG2DEC) -C $(BUILD_DIR)
106106
(cd $(BUILD_DIR)/jbig2dec-$(JBIG2DEC_VERSION) && rm config.sub && \
107-
automake --add-missing && exit 0)
107+
automake --add-missing ; exit 0)
108108
(cd $(BUILD_DIR)/jbig2dec-$(JBIG2DEC_VERSION) && $(CONFIGURE_VARS) \
109109
./configure --host=lm32-rtems4.11 --disable-shared \
110110
--prefix=$(RTEMS_MAKEFILE_PATH) && \

0 commit comments

Comments
 (0)
Please sign in to comment.