tarball,Makefiles: add empty recipe rules for makefiles and their includes. they...
[sdk] / ear / Makefile
index 14abbf1..6a23fb6 100644 (file)
@@ -1,12 +1,12 @@
-ifneq "$V" "1"
+ifneq ($(V),1)
 .SILENT:
 endif
 .PHONY: all nores cleantarget clean realclean distclean
 
-# CROSS-PLATFORM MAGIC
+_CF_DIR = ../
 
-include ../crossplatform.mk
-include ../default.cf
+include $(_CF_DIR)crossplatform.mk
+include $(_CF_DIR)default.cf
 
 all:
        @$(call echo,Building self-extract tool...)
@@ -33,3 +33,7 @@ realclean:
 distclean:
        cd extract && $(MAKE) distclean
        cd cmd && $(MAKE) distclean
+
+Makefile: ;
+$(_CF_DIR)crossplatform.mk: ;
+$(_CF_DIR)default.cf: ;