New definition for APPDIR.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#RULES.ioc
|
||||
|
||||
ifndef WIN32
|
||||
APPDIR := $(shell grep '.*".*App/' st.* | sed -e 's/.*"\(.*App\).*/\1/' | sort -u )
|
||||
APPDIR :=$(notdir $(wildcard ../../*App ))
|
||||
endif
|
||||
|
||||
ASCF = $(TOP)/../ascf
|
||||
|
||||
Reference in New Issue
Block a user