We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e9d18d commit 0860952Copy full SHA for 0860952
compile-flickernoise/Makefile
@@ -104,7 +104,7 @@ $(BUILD_DIR)/openjpeg: $(DL)/$(OPENJPEG).ok build_dir/.prepare
104
$(BUILD_DIR)/jbig2dec: $(DL)/$(JBIG2DEC).ok build_dir/.prepare
105
tar xf $(DL)/$(JBIG2DEC) -C $(BUILD_DIR)
106
(cd $(BUILD_DIR)/jbig2dec-$(JBIG2DEC_VERSION) && rm config.sub && \
107
- automake --add-missing && exit 0)
+ automake --add-missing ; exit 0)
108
(cd $(BUILD_DIR)/jbig2dec-$(JBIG2DEC_VERSION) && $(CONFIGURE_VARS) \
109
./configure --host=lm32-rtems4.11 --disable-shared \
110
--prefix=$(RTEMS_MAKEFILE_PATH) && \
0 commit comments