Fri Mar 1 12:04:47 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
authorRoland McGrath <roland@redhat.com>
Fri, 1 Mar 1996 17:45:34 +0000 (17:45 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 1 Mar 1996 17:45:34 +0000 (17:45 +0000)
* compatMakefile (objs): Add missing backslash.

compatMakefile

index 9fab61244261e268736f2f5ddb9d9d7885098b5d..346f3cb933c236bf74dcda865d6a970ea8ea9291 100644 (file)
@@ -1,7 +1,7 @@
 # NOTE: If you have no `make' program at all to process this makefile, run
 # `build.sh' instead.
 #
-# Copyright (C) 1988, 89, 91, 92, 93, 94, 1995 Free Software Foundation, Inc.
+# Copyright (C) 1988,89,91,92,93,94,95,96 Free Software Foundation, Inc.
 # This file is part of GNU Make.
 #
 # GNU Make is free software; you can redistribute it and/or modify
@@ -110,7 +110,7 @@ CTAGS = ctags -w
 objs = commands.o job.o dir.o file.o misc.o main.o read.o remake.o     \
        rule.o implicit.o default.o variable.o expand.o function.o      \
        vpath.o version.o ar.o arscan.o signame.o remote-$(REMOTE).o    \
-       getopt.o getopt1.o glob/libglob.a
+       getopt.o getopt1.o glob/libglob.a                               \
        $(ALLOCA) $(extras)
 srcs = $(srcdir)/commands.c $(srcdir)/job.c $(srcdir)/dir.c            \
        $(srcdir)/file.c $(srcdir)/getloadavg.c $(srcdir)/misc.c                \