Formerly default.c.~28~
authorRoland McGrath <roland@redhat.com>
Sun, 3 Oct 1993 19:15:29 +0000 (19:15 +0000)
committerRoland McGrath <roland@redhat.com>
Sun, 3 Oct 1993 19:15:29 +0000 (19:15 +0000)
default.c

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