(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 c8502a9b7cd45da24859d11f0c35dfff0cff81ff..c4c744240bda82e469ec8a6b416edae8fe451959 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 }
   };