Browse Source

fix typo in ifneq

Daniel Goertzen 10 years ago
parent
commit
48196bc0f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/c_src.mk

+ 1 - 1
plugins/c_src.mk

@@ -48,7 +48,7 @@ $(C_SRC_ENV):
 -include $(C_SRC_ENV)
 
 else
-ifneq ($(wildcard $(C_SRC_DIR),))
+ifneq ($(wildcard $(C_SRC_DIR)),)
 
 app::
 	$(MAKE) -C $(C_SRC_DIR)