Don't assume . is on the path.

This commit is contained in:
John Gilmore 1991-10-14 21:23:05 +00:00
parent 440d983441
commit a7a7b848a5
1 changed files with 5 additions and 5 deletions

View File

@ -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 = ..