artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da8c481
)
Pmake has changed. $? expands to full prerequisite name.
author
etheisen
<etheisen@openbsd.org>
Sun, 15 Sep 1996 20:08:52 +0000
(20:08 +0000)
committer
etheisen
<etheisen@openbsd.org>
Sun, 15 Sep 1996 20:08:52 +0000
(20:08 +0000)
gnu/usr.bin/groff/devps/Makefile.sub
patch
|
blob
|
history
diff --git
a/gnu/usr.bin/groff/devps/Makefile.sub
b/gnu/usr.bin/groff/devps/Makefile.sub
index
80ff13f
..
a46693f
100644
(file)
--- a/
gnu/usr.bin/groff/devps/Makefile.sub
+++ b/
gnu/usr.bin/groff/devps/Makefile.sub
@@
-32,4
+32,4
@@
symbolsl.pfa: symbolsl.ps
$(PSFILES):
-rm -f $@
- sed -f $(srcdir)/psstrip.sed $
(srcdir)/$
? >$@
+ sed -f $(srcdir)/psstrip.sed $? >$@