(.NOTPARALLEL): Put it here instead, since this file
authorJim Meyering <jim@meyering.net>
Fri, 17 Nov 2000 10:20:09 +0000 (10:20 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 17 Nov 2000 10:20:09 +0000 (10:20 +0000)
is common to these packages: fileutils, sh-utils, textutils.

GNUmakefile

index 0f4e21c..0c5a071 100644 (file)
@@ -25,3 +25,8 @@ all:
        @exit 1
 
 endif
+
+# Tell version 3.79 and up of GNU make to not build goals in this
+# directory in parallel.  This is necessary in case someone tries to
+# build multiple targets on one command line.
+.NOTPARALLEL: