Fixed make system problems that was causing makes to fail under Linux.
This commit is contained in:
@@ -21,9 +21,9 @@
|
||||
#######################################################################
|
||||
|
||||
if LINUX
|
||||
SUBDIRS = $(TARGET_OS)
|
||||
SUBDIRS = $(TARGET_OS)
|
||||
else
|
||||
SUBDIRS =
|
||||
SUBDIRS =
|
||||
endif
|
||||
|
||||
DIST_SUBDIRS = linux
|
||||
|
||||
@@ -21,9 +21,9 @@
|
||||
#######################################################################
|
||||
|
||||
if LINUX
|
||||
SUBDIRS = $(TARGET_OS) idenTokenProviders Svc
|
||||
SUBDIRS = $(TARGET_OS) idenTokenProviders Svc
|
||||
else
|
||||
SUBDIRS =
|
||||
SUBDIRS =
|
||||
endif
|
||||
|
||||
DIST_SUBDIRS = linux idenTokenProviders Svc
|
||||
|
||||
@@ -21,9 +21,9 @@
|
||||
#######################################################################
|
||||
|
||||
if LINUX
|
||||
SUBDIRS = $(TARGET_OS)
|
||||
SUBDIRS = $(TARGET_OS)
|
||||
else
|
||||
SUBDIRS =
|
||||
SUBDIRS =
|
||||
endif
|
||||
|
||||
DIST_SUBDIRS = linux
|
||||
|
||||
Reference in New Issue
Block a user