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:
@@ -2,7 +2,7 @@
|
||||
|
||||
SUBDIR= fortune
|
||||
|
||||
.ifmake (clean) || (cleandir)
|
||||
.ifmake (clean) || (cleandir) || (obj)
|
||||
SUBDIR+=datfiles
|
||||
.endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user