summaryrefslogtreecommitdiff
path: root/Mkfiles
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-05-20 14:42:53 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-05-20 14:42:53 -0700
commit0c648204e2599958dffd8d4375b6b220980990eb (patch)
tree019f855af877eb6491dd7298985cb7f650269654 /Mkfiles
parentd1dab0f720496147a5d8d7736cbe0c72857b5e98 (diff)
downloadnasm-0c648204e2599958dffd8d4375b6b220980990eb.tar.gz
openwcom.mak: wmake uses & for continuation, not \ (sigh)
wmake uses & for continuation, since \ is used for pathname separators.
Diffstat (limited to 'Mkfiles')
-rw-r--r--Mkfiles/openwcom.mak6
1 files changed, 3 insertions, 3 deletions
diff --git a/Mkfiles/openwcom.mak b/Mkfiles/openwcom.mak
index 205a7bea..a7cf59cb 100644
--- a/Mkfiles/openwcom.mak
+++ b/Mkfiles/openwcom.mak
@@ -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)