Fixed make system problems that was causing makes to fail under Linux.

This commit is contained in:
Juan Carlos Luciani
2006-11-07 11:07:53 +00:00
parent 7b27200e08
commit 7d2f9058b3
5 changed files with 17 additions and 8 deletions

View File

@@ -21,9 +21,9 @@
#######################################################################
if LINUX
SUBDIRS = $(TARGET_OS)
SUBDIRS = $(TARGET_OS)
else
SUBDIRS =
SUBDIRS =
endif
DIST_SUBDIRS = linux

View File

@@ -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

View File

@@ -21,9 +21,9 @@
#######################################################################
if LINUX
SUBDIRS = $(TARGET_OS)
SUBDIRS = $(TARGET_OS)
else
SUBDIRS =
SUBDIRS =
endif
DIST_SUBDIRS = linux