OSDN Git Service

fix a compiling error
authorChih-Wei Huang <cwhuang@linux.org.tw>
Wed, 22 Jul 2009 01:45:55 +0000 (09:45 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Wed, 22 Jul 2009 08:14:09 +0000 (16:14 +0800)
AndroidBoard.mk

index ec4e608..9d20a3f 100644 (file)
@@ -28,12 +28,12 @@ $(eval $(call add-prebuilt-target,$(TARGET_ROOT_OUT),init.rc))
 $(INSTALLED_RAMDISK_TARGET): $(file)
 $(eval $(call add-prebuilt-target,$(TARGET_ROOT_OUT),init.eeepc.rc))
 $(INSTALLED_RAMDISK_TARGET): $(file)
-$(eval $(call add-prebuilt-target,$(TARGET_OUT)/etc,init.eeepc.sh))
+$(eval $(call add-prebuilt-target,$(TARGET_OUT_DATA_ETC),init.eeepc.sh))
 $(eval $(call add-prebuilt-target,$(TARGET_OUT_KEYLAYOUT),AT_Translated_Set_2_keyboard.kl))
 
 file := $(TARGET_ROOT_OUT)/mountd.conf
-$(file): $(LOCAL_PATH)/mountd.conf $(ACP)
+$(file): $(LOCAL_PATH)/mountd.conf | $(ACP) $(TARGET_OUT_DATA_ETC)/NOTICE.html.gz
        $(transform-prebuilt-to-target)
-       ln -sf ../../mountd.conf $(TARGET_OUT)/etc
+       ln -sf ../../mountd.conf $(TARGET_OUT_DATA_ETC)
 ALL_PREBUILT += $(file)
 $(INSTALLED_RAMDISK_TARGET): $(file)