Fixed definitions of X11_LIB and X11_INC.

This commit is contained in:
Janet B. Anderson
2009-07-21 17:11:02 +00:00
parent 055bb953b9
commit 03b6345fe0

View File

@@ -29,8 +29,8 @@ IDL = /usr/local/idl
# IDL=$(IDL)/external/rpc is the sun4 version
IDLRPC = $(IDL)/external/rpc.solaris
X11_LIB = d:/cygwin/usr/X11R6/lib
X11_INC = d:/cygwin/usr/X11R6/include
X11_LIB = c:/cygwin/lib
X11_INC = c:/cygwin/include
MOTIF_LIB = $(X11_LIB)
MOTIF_INC = $(X11_INC)