target causes everything all of $(OBJS) to get remade always.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9156
dc483132-0cff-0310-8789-
dd5450dbe970
Wed Oct 9 14:12:27 1996 Tom Yu <tlyu@mit.edu>
+ * Makefile.in (all-unix): Fix up last change; depending on a phony
+ target causes everything all of $(OBJS) to get remade always.
+
* Makefile.in (all-unix): Fix up various rules that have
"includes" as dependencies in order to allow for makes that don't
do left-to-right ordering of dependencies.
HDRS= $(ETHDRS)
-$(OBJS): $(WHAT)-includes
-unix-includes: includes
-windows-inclues: win-include
-mac-includes: includes
+all-unix:: shared $(SRCS) $(HDRS) includes
+all-unix:: $(OBJS)
-all-unix:: shared $(SRCS) $(HDRS) $(OBJS)
+all-mac:: $(SRCS) $(HDRS) includes
+all-max:: $(OBJS)
-all-mac:: $(SRCS) $(HDRS) $(OBJS)
-
-all-windows:: $(SRCS) $(HDRS) $(OBJS)
+all-windows:: $(SRCS) $(HDRS) win-include
+all-windows:: $(OBJS)
win-include::
if not exist $(EHDRDIR)\nul mkdir $(EHDRDIR)