Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: Treat "Test" as a proper SUBDIR in Makefile.in



This really only affects "make distclean" which removes Makefile.

Index: Makefile.in
===================================================================
RCS file: /extra/cvsroot/zsh/zsh-3.1/Makefile.in,v
retrieving revision 1.16
diff -u -r1.16 Makefile.in
--- Makefile.in	2000/01/25 17:30:35	1.16
+++ Makefile.in	2000/01/28 06:44:46
@@ -26,7 +26,7 @@
 
 subdir = .
 dir_top = .
-SUBDIRS = Doc Etc Src
+SUBDIRS = Doc Etc Src Test
 
 @VERSION_MK@
 

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com



Messages sorted by: Reverse Date, Date, Thread, Author