Fixed typo, changed dependencies from depends on to select
[openwrt.git] / package / libgpg-error / Makefile
index cc61fd6..6b34bb5 100644 (file)
@@ -26,7 +26,7 @@ $(PKG_BUILD_DIR)/.configured:
                $(TARGET_CONFIGURE_OPTS) \
                CFLAGS="$(TARGET_CFLAGS)" \
                CPPFLAGS="-I$(STAGING_DIR)/usr/include" \
-               LDFLAGS="-L$(STAGING_DIR)/usr/lib" \
+               LDFLAGS="-L$(STAGING_DIR)/lib -L$(STAGING_DIR)/usr/lib" \
                ./configure \
                --target=$(GNU_TARGET_NAME) \
                --host=$(GNU_TARGET_NAME) \
@@ -87,9 +87,8 @@ uninstall-dev:
                $(STAGING_DIR)/usr/lib/libgpg-error.{a,so*} \
                $(STAGING_DIR)/usr/share/aclocal/gpg-error.m4 \
 
-compile: install-dev
-
-clean: uninstall-dev
+compile-targets: install-dev
+clean-targets: uninstall-dev
 
 mostlyclean:
        make -C $(PKG_BUILD_DIR) clean
This page took 0.019828 seconds and 4 git commands to generate.