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

View File

@ -1,19 +1,19 @@
.SUFFIXES: .texi .o .c .h .p .ip .SUFFIXES: .texi .o .c .h .p .ip
VPATH=.. VPATH=..
.c.texi: .c.texi:
scanit $< $@ ./scanit $< $@
.h.texi: .h.texi:
scanit $< $@ ./scanit $< $@
.c.p: .c.p:
scanph $< $@ ./scanph $< $@
.h.p: .h.p:
scanph $< $@ ./scanph $< $@
.c.ip: .c.ip:
scanph -i $< $@ ./scanph -i $< $@
# main GDB source directory # main GDB source directory
srcdir = .. srcdir = ..