Fixed make system problems that was causing makes to fail under Linux.
This commit is contained in:
parent
7b27200e08
commit
7d2f9058b3
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 16:01:11 MST 2006 - jluciani@novell.com
|
||||
|
||||
- Made changes to enable client/ats communication over SSL. (Not quite
|
||||
done with this yet).
|
||||
|
||||
- Updated the make system to allow Windows builds to be made from
|
||||
the command line using Cygwin.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 19 09:20:24 MDT 2006 - jluciani@novell.com
|
||||
|
||||
|
@ -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
|
||||
|
@ -21,9 +21,9 @@
|
||||
#######################################################################
|
||||
|
||||
if LINUX
|
||||
SUBDIRS = $(TARGET_OS)
|
||||
SUBDIRS = $(TARGET_OS)
|
||||
else
|
||||
SUBDIRS =
|
||||
SUBDIRS =
|
||||
endif
|
||||
|
||||
DIST_SUBDIRS = linux
|
||||
|
Loading…
Reference in New Issue
Block a user