summaryrefslogtreecommitdiff
path: root/Imakefile
diff options
context:
space:
mode:
authordawes <dawes>1995-06-24 13:40:03 +0000
committerdawes <dawes>1995-06-24 13:40:03 +0000
commit29ba5614f461bbbdc05e94d62020d1557a969697 (patch)
tree768416d731ee5eb1a617ac3f7db7fcdff2bbef25 /Imakefile
parent0b028fa7701898282595d3ae1a989bdc0f373aa8 (diff)
updates
Diffstat (limited to 'Imakefile')
-rw-r--r--Imakefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/Imakefile b/Imakefile
index 7f90bc340..dcd5d38da 100644
--- a/Imakefile
+++ b/Imakefile
@@ -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