tarball,Makefiles; use _SDK_SRC_ROOT instead of misuses of _CF_DIR. _CF_DIR is for...
[sdk] / ear / Makefile
index 44cc60e..4e985da 100644 (file)
@@ -5,8 +5,10 @@ endif
 
 # CROSS-PLATFORM MAGIC
 
-include ../crossplatform.mk
-include ../default.cf
+_SDK_SRC_ROOT = ../
+
+include $(_SDK_SRC_ROOT)crossplatform.mk
+include $(_SDK_SRC_ROOT)default.cf
 
 all:
        @$(call echo,Building self-extract tool...)