projects
/
platform
/
upstream
/
make.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acd7330
)
Formerly default.c.~30~
author
Roland McGrath
<roland@redhat.com>
Thu, 11 Nov 1993 16:47:27 +0000
(16:47 +0000)
committer
Roland McGrath
<roland@redhat.com>
Thu, 11 Nov 1993 16:47:27 +0000
(16:47 +0000)
default.c
patch
|
blob
|
history
diff --git
a/default.c
b/default.c
index 5fc22ab45884a84c33fe1fceb3816c1c69a775bd..92441db3103a0a21845c330290c5fff4e48e493b 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 }
};