|
@@ -22,7 +22,7 @@ endif #ifneq (,$(MAKECMDGOALS))
|
|
|
|
|
|
# erase common DEFS (not needed)
|
|
# erase common DEFS (not needed)
|
|
C_DEFS:=
|
|
C_DEFS:=
|
|
-DEFS:= -DNAME='"$(NAME)"' -DVERSION='"$(RELEASE)"' \
|
|
|
|
|
|
+DEFS:= -DNAME='"$(NAME)"' -DSRNAME='"$(MAIN_NAME)"' -DVERSION='"$(RELEASE)"' \
|
|
$(filter -D%HAVE -DARCH% -DOS% -D__CPU% -D__OS%, $(DEFS))
|
|
$(filter -D%HAVE -DARCH% -DOS% -D__CPU% -D__OS%, $(DEFS))
|
|
|
|
|
|
# use proper libs (we can't rely on LIBS value since we might be called
|
|
# use proper libs (we can't rely on LIBS value since we might be called
|