From 56fadb2259e6ac69f6592be544bcc91c1b91c29b Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 17 Nov 2006 11:51:17 +0000 Subject: - Typo fix: copy headers to the correct location on the target. --- package/mpfr/mpfr.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/mpfr/mpfr.mk') diff --git a/package/mpfr/mpfr.mk b/package/mpfr/mpfr.mk index ebc167389..d31b13494 100644 --- a/package/mpfr/mpfr.mk +++ b/package/mpfr/mpfr.mk @@ -83,7 +83,7 @@ $(TARGET_DIR)/lib/libmpfr.so.$(MPFR_LIBVERSION): $(STAGING_DIR)/lib/$(MPFR_BINAR $(TARGET_DIR)/lib/ ifeq ($(BR2_PACKAGE_MPFR_HEADERS),y) cp -a $(STAGING_DIR)/include/mpfr.h $(STAGING_DIR)/include/mpf2mpfr.h \ - $(TARGET_DIR)/include/ + $(TARGET_DIR)/usr/include/ endif $(STRIP) --strip-unneeded $(TARGET_DIR)/lib/libmpfr.so* \ $(TARGET_DIR)/lib/libmpfr.a -- cgit v1.2.3