mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
- fix typo.
This commit is contained in:
parent
4a163ce843
commit
47b89762fa
@ -59,7 +59,7 @@ $(MPFR_DIR)/.configured: $(MPFR_DIR)/.unpacked $(STAGING_DIR)/lib/$(GMP_BINARY)
|
|||||||
--with-gmp=$(STAGING_DIR) \
|
--with-gmp=$(STAGING_DIR) \
|
||||||
$(DISABLE_NLS) \
|
$(DISABLE_NLS) \
|
||||||
);
|
);
|
||||||
touch $(MPFR_DIR)/.configured
|
touch $@
|
||||||
|
|
||||||
$(MPFR_DIR)/.libs/$(MPFR_BINARY): $(MPFR_DIR)/.configured
|
$(MPFR_DIR)/.libs/$(MPFR_BINARY): $(MPFR_DIR)/.configured
|
||||||
$(MAKE) CC=$(TARGET_CC) -C $(MPFR_DIR)
|
$(MAKE) CC=$(TARGET_CC) -C $(MPFR_DIR)
|
||||||
@ -125,7 +125,7 @@ $(MPFR_HOST_DIR)/.configured: $(MPFR_DIR)/.unpacked libgmp-host
|
|||||||
--with-gmp-build=$(GMP_HOST_DIR) \
|
--with-gmp-build=$(GMP_HOST_DIR) \
|
||||||
$(DISABLE_NLS) \
|
$(DISABLE_NLS) \
|
||||||
) && \
|
) && \
|
||||||
touch $(MPFR_DIR)/.configured
|
touch $@
|
||||||
|
|
||||||
$(MPFR_HOST_DIR)/.libs/$(MPFR_BINARY): $(MPFR_HOST_DIR)/.configured
|
$(MPFR_HOST_DIR)/.libs/$(MPFR_BINARY): $(MPFR_HOST_DIR)/.configured
|
||||||
$(MAKE) -C $(MPFR_HOST_DIR)
|
$(MAKE) -C $(MPFR_HOST_DIR)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user