commit: r298 - trunk

[email protected]
Newsgroups gmane.network.spread.cvs
Message-ID <[email protected]>
Author: jonathan
Date: 2006-02-19 16:03:04 -0500 (Sun, 19 Feb 2006)
New Revision: 298

Modified:
   trunk/Makefile.in
Log:
Fix install target error with missing stdutil/src install target. Do not need to 
install stdutil libraries.


Modified: trunk/Makefile.in
===================================================================
--- trunk/Makefile.in	2006-02-17 03:48:09 UTC (rev 297)
+++ trunk/Makefile.in	2006-02-19 21:03:04 UTC (rev 298)
@@ -1,4 +1,5 @@
 SUBDIRS=stdutil/src daemon docs libspread examples 
+INSTALLSUBDIRS=daemon docs libspread examples
 BINSUBDIRS=daemon libspread examples
 
 all: $(SUBDIRS) 
@@ -32,17 +33,17 @@
 		( $(MAKE) -C $$dir binrelease); \
 	done
 
-install: $(SUBDIRS) 
-	for dir in $(SUBDIRS); do \
+install: $(INSTALLSUBDIRS) 
+	for dir in $(INSTALLSUBDIRS); do \
 		( $(MAKE) -C $$dir install); \
 	done
 
 uninstallall:	uninstall
-	for dir in $(SUBDIRS); do \
+	for dir in $(INSTALLSUBDIRS); do \
 		( $(MAKE) -C $$dir uninstallall); \
 	done
 
 uninstall: 
-	for dir in $(SUBDIRS); do \
+	for dir in $(INSTALLSUBDIRS); do \
 		( $(MAKE) -C $$dir uninstall); \
 	done
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.