diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-18 12:50:14 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-18 12:50:14 +0000 |
commit | f5b571686dca87a93a42f9904d7354ca7bf714b2 (patch) | |
tree | 0ba2b99ac275cfb9caafa57d4f15ca0f5ee3f577 /openwrt/target/linux/package/shfs/Makefile | |
parent | e8a1219aad98a68d77ab92511187615b6c9cb0da (diff) |
add missing target/linux/rules.mk include
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1696 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/package/shfs/Makefile')
-rw-r--r-- | openwrt/target/linux/package/shfs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/target/linux/package/shfs/Makefile b/openwrt/target/linux/package/shfs/Makefile index af1d1f9842..fb345b2c5c 100644 --- a/openwrt/target/linux/package/shfs/Makefile +++ b/openwrt/target/linux/package/shfs/Makefile @@ -1,6 +1,7 @@ # $Id$ include $(TOPDIR)/rules.mk +include ../../rules.mk PKG_NAME := shfs PKG_VERSION := 0.35 |