Fix dependency on libol, should close #403
[openwrt/svn-archive/archive.git] / openwrt / package / syslog-ng / Makefile
index b97cca360a18ea0da5bc7e53f7299a4ffd831bbc..081d12024a540cf7d8e13c0f2e501a441c930754 100644 (file)
@@ -61,7 +61,7 @@ $(PKG_BUILD_DIR)/.built:
                CPPFLAGS="-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/usr/include/libol" \
                LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/usr/lib/libol" \
                CC=$(TARGET_CC) \
-               all install
+               install-exec install-data
        touch $@
 
 $(IPKG_SYSLOG_NG):