Add datfiles to SUBDIR for obj target too. "make install" wrote to the

source directory and failed when the source directory was nfs mounted.
This was fixed in 1.1.5.  Sigh.
This commit is contained in:
Bruce Evans
1994-09-08 10:51:48 +00:00
parent 510cdfd2cf
commit 1b42fe9258
+1 -1
View File
@@ -2,7 +2,7 @@
SUBDIR= fortune
.ifmake (clean) || (cleandir)
.ifmake (clean) || (cleandir) || (obj)
SUBDIR+=datfiles
.endif