2
0
Эх сурвалжийг харах

sercmd: minor makefile fix

- clear C_DEFS, since we don't need ser common DEFS for building sercmd
 (minor compile warning that appeared after the recend DEFS->C_DEFS changes
 in the main Makefiles)
Andrei Pelinescu-Onciul 16 жил өмнө
parent
commit
e2c4ed6b23
1 өөрчлөгдсөн 2 нэмэгдсэн , 1 устгасан
  1. 2 1
      utils/sercmd/Makefile

+ 2 - 1
utils/sercmd/Makefile

@@ -20,7 +20,8 @@ endif
 endif #ifneq (,$(MAKECMDGOALS))
 
 
-
+# erase common DEFS (not needed)
+C_DEFS:=
 DEFS:= -DNAME='"$(NAME)"' -DVERSION='"$(RELEASE)"' \
 		$(filter -D%HAVE -DARCH% -DOS% -D__CPU% -D__OS%, $(DEFS))
 LIBS:=$(filter-out -lfl  -ldl -lpthread -lssl -lcrypto, $(LIBS))