nmake does not freak out.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12570
dc483132-0cff-0310-8789-
dd5450dbe970
+2000-07-20 Danilo Almeida <dalmeida@mit.edu>
+
+ * Makefile.in: Change ${CC} and ${OBJS} to $(CC) and $(OBJS) so
+ nmake does not freak out.
+
2000-07-19 Ken Raeburn <raeburn@mit.edu>
* cc_memory.c (mcc_head): Combine static declaration and
all-unix:: all-libobjs
t_stdio: t_stdio.o
- ${CC} -o t_stdio ${OBJS} t_stdio.o
+ $(CC) -o t_stdio $(OBJS) t_stdio.o
all-windows:: subdirs $(OBJFILE)