Added support for dynamic registration of module loaders
[tpg/acess2.git] / Usermode / Applications / Makefile.cfg
index fd8bc45..0418fb7 100644 (file)
@@ -3,9 +3,9 @@
 
 -include ../../../Makefile.cfg
 # satisfying 2 deep applications
-if $(ACESSDIR) == "" then
+ifeq ($(ACESSDIR),)
        -include ../../../../Makefile.cfg
-#endif
+endif
 ACESSUSERDIR := $(ACESSDIR)/Usermode
 
 ASFLAGS = -felf

UCC git Repository :: git.ucc.asn.au