diff options
author | dawes <dawes> | 1995-06-24 13:40:03 +0000 |
---|---|---|
committer | dawes <dawes> | 1995-06-24 13:40:03 +0000 |
commit | 29ba5614f461bbbdc05e94d62020d1557a969697 (patch) | |
tree | 768416d731ee5eb1a617ac3f7db7fcdff2bbef25 /Imakefile | |
parent | 0b028fa7701898282595d3ae1a989bdc0f373aa8 (diff) |
updates
Diffstat (limited to 'Imakefile')
-rw-r--r-- | Imakefile | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -1,5 +1,5 @@ XCOMM $XConsortium: Imakefile,v 1.125 94/04/08 19:57:43 rws Exp $ -XCOMM $XFree86: xc/Imakefile,v 3.3 1995/05/27 01:53:06 dawes Exp $ +XCOMM $XFree86: xc/Imakefile,v 3.4 1995/06/24 10:20:51 dawes Exp $ #define IHaveSubdirs #define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)" @@ -16,16 +16,15 @@ RELEASE = "Release 6" #if !defined(Win32Architecture) WIPDIR = workInProgress DOCSDIR = doc - NLSDIR = nls + NLSSUBDIR = nls #endif #endif PROGRAMSDIR = programs #else - WIPDIR = workInProgress + WIPDIR = workInProgress #endif - SUBDIRS = config include lib $(NLSDIR) $(PROGRAMSDIR) $(WIPDIR) \ - $(FONTSDIR) $(DOCSDIR) + SUBDIRS = config include lib $(NLSSUBDIR) $(PROGRAMSDIR) $(WIPDIR) $(FONTSDIR) $(DOCSDIR) LNINSTALLDIRS = lib #if HasParallelMake |