Update of /cvsroot/cvs-nserver/cvs-nserver
In directory usw-pr-cvs1:/tmp/cvs-serv21701
Modified Files:
Tag: NCLI-1-11-1
Makefile.am
Log Message:
BUGFIX: acl/tests should be built after lib/libcvs.a
Index: Makefile.am
===================================================================
RCS file: /cvsroot/cvs-nserver/cvs-nserver/Makefile.am,v
retrieving revision 1.1.1.1.2.4.2.7
retrieving revision 1.1.1.1.2.4.2.8
diff -u -d -r1.1.1.1.2.4.2.7 -r1.1.1.1.2.4.2.8
--- Makefile.am 9 May 2002 22:40:11 -0000 1.1.1.1.2.4.2.7
+++ Makefile.am 21 Jul 2002 07:06:04 -0000 1.1.1.1.2.4.2.8
@@ -17,7 +17,7 @@
## Subdirectories to run make in for the primary targets.
# Unix source subdirs, where we'll want to run lint and etags:
# This is a legacy variable from b4 Automake
-USOURCE_SUBDIRS = acl lib diff src
+USOURCE_SUBDIRS = lib acl diff src
# All other subdirs:
SUBDIRS = $(USOURCE_SUBDIRS) man doc contrib tests tools scripts \
windows-NT os2 emx vms
|