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 f098df2dd3ddffbec561f27ff65dcc20fe803a4c..5dd2f5e46308b19808f9295b6074cb8aa251a06f 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 = ..
This page took 0.024636 seconds and 4 git commands to generate.