(default_terminal_rules): In SCCS rules, put $(SCCS_OUTPUT_OPTION) before
authorRoland McGrath <roland@redhat.com>
Tue, 17 May 1994 02:58:49 +0000 (02:58 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 17 May 1994 02:58:49 +0000 (02:58 +0000)
$<.  On some systems -G is grokked only before the file name.

default.c

index c8502a9..c4c7442 100644 (file)
--- a/default.c
+++ b/default.c
@@ -63,9 +63,9 @@ static struct pspec default_terminal_rules[] =
 
     /* SCCS.  */
     { "%", "s.%",
-       "$(GET) $(GFLAGS) $< $(SCCS_OUTPUT_OPTION)" },
+       "$(GET) $(GFLAGS) $(SCCS_OUTPUT_OPTION) $<" },
     { "%", "SCCS/s.%",
-       "$(GET) $(GFLAGS) $< $(SCCS_OUTPUT_OPTION)" },
+       "$(GET) $(GFLAGS) $(SCCS_OUTPUT_OPTION) $<" },
 
     { 0, 0, 0 }
   };