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

Etc/ not included in default make target



Here's another make-related problem (for me at least).  I didn't
notice it before because Etc/FAQ already existed (I think).

AFAICS, a normal make with no target doesn't descend into Etc/.  This
only means that FAQ doesn't get built from FAQ.yo, but I would like it
to be, so that FAQ can be included in my rpm builds.  Is this OK?

Index: Makefile.in
===================================================================
RCS file: /projects/zsh/zsh/Makefile.in,v
retrieving revision 1.1.1.18
diff -u -r1.1.1.18 Makefile.in
--- Makefile.in	2000/01/28 08:10:58	1.1.1.18
+++ Makefile.in	2000/02/10 13:44:45
@@ -42,7 +42,7 @@
 
 # default target
 all: config.h
-	@for subdir in Src Doc; do \
+	@for subdir in Src Doc Etc; do \
 	  (cd $$subdir && $(MAKE) $(MAKEDEFS) $@) || exit 1; \
 	done
 



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