Przeglądaj źródła

Merge pull request #102 from harryyoud/master

Remove extra bracket on srctree conditional
Tomás Pinho 6 lat temu
rodzic
commit
0a6b9a30c7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -21,7 +21,7 @@ ifeq ($(GCC_VER_49),1)
 EXTRA_CFLAGS += -Wno-date-time	# Fix compile error && warning on gcc 4.9 and later
 endif
 
-ifeq (,$(srctree)))
+ifeq (,$(srctree))
     # make processing
     export TopDIR ?= $(shell pwd)
 else