diff vpath.sed @ 111811:ced73eea562f

Restore files that I seem to have mistakenly deleted.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Fri, 03 Dec 2010 14:45:09 +0000
parents
children ef719132ddfa
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/vpath.sed	Fri Dec 03 14:45:09 2010 +0000
@@ -0,0 +1,9 @@
+/^VPATH *=/c\
+# This works only in GNU make.  Using the patterns avoids\
+# object files being found by VPATH, and thus permits building\
+# when $srcdir is configured itself.\
+vpath %.c $(srcdir)\
+vpath %.h $(srcdir)\
+\
+
+# arch-tag: 56a64b50-e4e8-443a-960f-f13af0f1a545