Commit c8857bab by Jeffrey A Law Committed by Jeff Law

Makefile.in (F77_SRCS): Re-alphabetize.

        * Makefile.in (F77_SRCS): Re-alphabetize.
        * Make-lang.in (F77_OBJS): Likewise.
Minor nit from Craig Burley.

From-SVN: r14829
parent 1404ad5c
Mon Aug 18 09:01:54 1997 Jeffrey A Law (law@cygnus.com)
* Makefile.in (F77_SRCS): Re-alphabetize.
* Make-lang.in (F77_OBJS): Likewise.
Sun Aug 17 08:35:11 1997 Jeffrey A Law (law@cygnus.com)
* INSTALL: Rebuilt.
......
......@@ -224,10 +224,10 @@ F77_SRCS = \
$(srcdir)/f/tree.j \
$(srcdir)/f/type.c \
$(srcdir)/f/type.h \
$(srcdir)/f/where.c \
$(srcdir)/f/where.h \
$(srcdir)/f/version.c \
$(srcdir)/f/version.h
$(srcdir)/f/version.h \
$(srcdir)/f/where.c \
$(srcdir)/f/where.h
f771: $(P) $(F77_SRCS) $(LIBDEPS) stamp-objlist f/Makefile
$(MAKE) -f f/Makefile $(FLAGS_TO_PASS) VPATH=$(srcdir) srcdir=$(srcdir) f771
......
......@@ -242,8 +242,8 @@ F77_OBJS = \
f/target.o \
f/top.o \
f/type.o \
f/where.o \
f/version.o
f/version.o \
f/where.o
# Language-independent object files.
OBJS = `cat stamp-objlist | sed -e "s: : :g" -e "s: : f/:g"`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment