Don't assume . is on the path.
authorJohn Gilmore <gnu@cygnus>
Mon, 14 Oct 1991 21:23:05 +0000 (21:23 +0000)
committerJohn Gilmore <gnu@cygnus>
Mon, 14 Oct 1991 21:23:05 +0000 (21:23 +0000)
bfd/doc/Makefile

index f098df2..5dd2f5e 100755 (executable)
@@ -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 = ..