diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-02-08 10:03:51 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-02-08 10:03:51 +0000 |
commit | a9a867a45eca8fb24761dee60d2a8fa03861932b (patch) | |
tree | f0223ed878f6a1e98298a62651241d2a3ec62b44 /package/scanlogd/Makefile | |
parent | a033ff55aae75af974e6a57d4d1742dc9d132de5 (diff) |
Updated Makefile, thanks to Stephen Rose, corrected compile-time dependency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3187 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/scanlogd/Makefile')
-rw-r--r-- | package/scanlogd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/scanlogd/Makefile b/package/scanlogd/Makefile index 8f9175a4b4..8a83dc7922 100644 --- a/package/scanlogd/Makefile +++ b/package/scanlogd/Makefile @@ -20,6 +20,7 @@ $(eval $(call PKG_template,SCANLOGD,scanlogd,$(PKG_VERSION)-$(PKG_RELEASE),$(ARC $(PKG_BUILD_DIR)/.configured: $(SED) "s,/var/empty,/tmp/.scanlogd," $(PKG_BUILD_DIR)/params.h + $(SED) "s,#undef SCANLOGD_DEVICE,#define SCANLOGD_DEVICE \"all\"," $(PKG_BUILD_DIR)/params.h touch $@ $(PKG_BUILD_DIR)/.built: |