aboutsummaryrefslogtreecommitdiffstats
path: root/vpath.sed
diff options
context:
space:
mode:
authorKarl Heuer1995-05-17 19:42:46 +0000
committerKarl Heuer1995-05-17 19:42:46 +0000
commitc808f3caff6362f4eee19966f83c10cc90bd81fa (patch)
tree818379c7221a4f86664e2aa049d6212249ef615c /vpath.sed
parent0579e89d9823bf8a11ce3fffe693ac02a0840c8e (diff)
downloademacs-c808f3caff6362f4eee19966f83c10cc90bd81fa.tar.gz
emacs-c808f3caff6362f4eee19966f83c10cc90bd81fa.zip
Delete reference to ymakefile.
Diffstat (limited to 'vpath.sed')
-rw-r--r--vpath.sed1
1 files changed, 0 insertions, 1 deletions
diff --git a/vpath.sed b/vpath.sed
index 4f43cd4be65..a6573e4e4c9 100644
--- a/vpath.sed
+++ b/vpath.sed
@@ -2,7 +2,6 @@
2# This works only in GNU make. Using the patterns avoids\ 2# This works only in GNU make. Using the patterns avoids\
3# object files being found by VPATH, and thus permits building\ 3# object files being found by VPATH, and thus permits building\
4# when $srcdir is configured itself.\ 4# when $srcdir is configured itself.\
5vpath ymakefile $(srcdir)\
6vpath %.c $(srcdir)\ 5vpath %.c $(srcdir)\
7vpath %.h $(srcdir)\ 6vpath %.h $(srcdir)\
8\ 7\