about summary refs log tree commit diff
path: root/Src/Modules
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-09-10 15:20:31 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-09-10 15:20:31 +0000
commit638b0da9704add12fff91868efdfbb2dd35f0b54 (patch)
treedcb7811e8680c60fdcd74dc2da653ec9057dab63 /Src/Modules
parent07a11212037277e75c5b17f3220a2dbcc870ff98 (diff)
downloadzsh-638b0da9704add12fff91868efdfbb2dd35f0b54.tar.gz
zsh-638b0da9704add12fff91868efdfbb2dd35f0b54.tar.xz
zsh-638b0da9704add12fff91868efdfbb2dd35f0b54.zip
22681: find all error number definitions
Diffstat (limited to 'Src/Modules')
-rw-r--r--Src/Modules/system.mdd3
1 files changed, 2 insertions, 1 deletions
diff --git a/Src/Modules/system.mdd b/Src/Modules/system.mdd
index 51e96a46f..556f9f2ac 100644
--- a/Src/Modules/system.mdd
+++ b/Src/Modules/system.mdd
@@ -11,8 +11,9 @@ objects="system.o errnames.o"
 headers="errcount.h"
 
 :<<\Make
+# careful: ERRNO_H may contain a list
 errnames.c: errnames1.awk errnames2.awk $(dir_top)/config.h @ERRNO_H@
-	   if [ x@ERRNO_H@ = x ]; then \
+	   if [ x"@ERRNO_H@" = x ]; then \
 		touch errtmp.out; \
 	   else \
 		$(AWK) -f $(sdir)/errnames1.awk @ERRNO_H@ >errtmp.c; \