projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
440d983
)
Don't assume . is on the path.
author
John Gilmore
<gnu@cygnus>
Mon, 14 Oct 1991 21:23:05 +0000
(21:23 +0000)
committer
John Gilmore
<gnu@cygnus>
Mon, 14 Oct 1991 21:23:05 +0000
(21:23 +0000)
bfd/doc/Makefile
patch
|
blob
|
history
diff --git
a/bfd/doc/Makefile
b/bfd/doc/Makefile
index f098df2dd3ddffbec561f27ff65dcc20fe803a4c..5dd2f5e46308b19808f9295b6074cb8aa251a06f 100755
(executable)
--- a/
bfd/doc/Makefile
+++ b/
bfd/doc/Makefile
@@
-1,19
+1,19
@@
.SUFFIXES: .texi .o .c .h .p .ip
VPATH=..
.c.texi:
- scanit $< $@
+
./
scanit $< $@
.h.texi:
- scanit $< $@
+
./
scanit $< $@
.c.p:
- scanph $< $@
+
./
scanph $< $@
.h.p:
- scanph $< $@
+
./
scanph $< $@
.c.ip:
- scanph -i $< $@
+
./
scanph -i $< $@
# main GDB source directory
srcdir = ..