diff options
| author | Roland McGrath | 1993-09-12 10:45:13 +0000 |
|---|---|---|
| committer | Roland McGrath | 1993-09-12 10:45:13 +0000 |
| commit | 264a954babdebe80432e3de676adb11f46543b30 (patch) | |
| tree | 6454bb06ef25a037907db5b2de381b799f776734 | |
| parent | 21af68b67449452031afa08fa95801b6033e68f0 (diff) | |
| download | emacs-264a954babdebe80432e3de676adb11f46543b30.tar.gz emacs-264a954babdebe80432e3de676adb11f46543b30.zip | |
Initial revision
| -rw-r--r-- | vpath.sed | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vpath.sed b/vpath.sed new file mode 100644 index 00000000000..4f43cd4be65 --- /dev/null +++ b/vpath.sed | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | /^VPATH *=/c\ | ||
| 2 | # This works only in GNU make. Using the patterns avoids\ | ||
| 3 | # object files being found by VPATH, and thus permits building\ | ||
| 4 | # when $srcdir is configured itself.\ | ||
| 5 | vpath ymakefile $(srcdir)\ | ||
| 6 | vpath %.c $(srcdir)\ | ||
| 7 | vpath %.h $(srcdir)\ | ||
| 8 | \ | ||