Formerly default.c.~30~
authorRoland McGrath <roland@redhat.com>
Thu, 11 Nov 1993 16:47:27 +0000 (16:47 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 11 Nov 1993 16:47:27 +0000 (16:47 +0000)
default.c

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