openwcom.mak: wmake uses & for continuation, not \ (sigh)
authorH. Peter Anvin <hpa@zytor.com>
Tue, 20 May 2008 21:42:53 +0000 (14:42 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 20 May 2008 21:42:53 +0000 (14:42 -0700)
wmake uses & for continuation, since \ is used for pathname
separators.

Mkfiles/openwcom.mak

index 205a7be..a7cf59c 100644 (file)
@@ -143,9 +143,9 @@ pptok.c: pptok.dat pptok.pl perllib/phash.ph
 
 # This target generates all files that require perl.
 # This allows easier generation of distribution (see dist target).
-PERLREQ = macros.c insnsb.c insnsa.c insnsd.c insnsi.h insnsn.c \
-         regs.c regs.h regflags.c regdis.c regdis.h regvals.c \
-         tokhash.c tokens.h pptok.h pptok.c \
+PERLREQ = macros.c insnsb.c insnsa.c insnsd.c insnsi.h insnsn.c &
+         regs.c regs.h regflags.c regdis.c regdis.h regvals.c &
+         tokhash.c tokens.h pptok.h pptok.c &
          version.h version.mac
 perlreq: $(PERLREQ)