diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-06-15 23:50:50 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-06-15 23:50:50 -0700 |
commit | c0d6066d99bc844873bf2772848cf84e6c2d6c84 (patch) | |
tree | 218cd7799c5d20c8b85c3a6f412ba97fd6d6b449 /Mkfiles | |
parent | c5d8030768d1c8358958136b5d3e75f0fba448e7 (diff) | |
download | nasm-c0d6066d99bc844873bf2772848cf84e6c2d6c84.tar.gz nasm-c0d6066d99bc844873bf2772848cf84e6c2d6c84.tar.bz2 nasm-c0d6066d99bc844873bf2772848cf84e6c2d6c84.zip |
syncfiles: use #-- ... --# for consistency with mkdep.pl
mkdep.pl already used #-- ... --# (two dashes) whereas syncfiles.pl
was using #--- ... ---# (three dashes). Change syncfiles.pl to match
mkdep.pl.
Diffstat (limited to 'Mkfiles')
-rw-r--r-- | Mkfiles/msvc.mak | 4 | ||||
-rw-r--r-- | Mkfiles/netware.mak | 4 | ||||
-rw-r--r-- | Mkfiles/openwcom.mak | 4 | ||||
-rw-r--r-- | Mkfiles/owlinux.mak | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/Mkfiles/msvc.mak b/Mkfiles/msvc.mak index 7264ff4..62ef1ce 100644 --- a/Mkfiles/msvc.mak +++ b/Mkfiles/msvc.mak @@ -32,7 +32,7 @@ X = .exe .c.obj: $(CC) /c $(ALL_CFLAGS) /Fo$@ $< -#--- Begin File Lists ---# +#-- Begin File Lists --# # Edit in Makefile.in, not here! NASM = nasm.$(O) nasmlib.$(O) raa.$(O) saa.$(O) \ float.$(O) insnsa.$(O) insnsb.$(O) \ @@ -48,7 +48,7 @@ NASM = nasm.$(O) nasmlib.$(O) raa.$(O) saa.$(O) \ NDISASM = ndisasm.$(O) disasm.$(O) sync.$(O) nasmlib.$(O) \ insnsd.$(O) insnsb.$(O) insnsn.$(O) regs.$(O) regdis.$(O) -#--- End File Lists ---# +#-- End File Lists --# all: nasm$(X) ndisasm$(X) rem cd rdoff && $(MAKE) all diff --git a/Mkfiles/netware.mak b/Mkfiles/netware.mak index 6f72dd5..6384714 100644 --- a/Mkfiles/netware.mak +++ b/Mkfiles/netware.mak @@ -28,7 +28,7 @@ LDFLAGS+=-s O = o -#--- Begin File Lists ---# +#-- Begin File Lists --# # Edit in Makefile.in, not here! NASM = nasm.o nasmlib.o raa.o saa.o \ float.o insnsa.o insnsb.o \ @@ -44,7 +44,7 @@ NASM = nasm.o nasmlib.o raa.o saa.o \ NDISASM = ndisasm.o disasm.o sync.o nasmlib.o \ insnsd.o insnsb.o insnsn.o regs.o regdis.o -#--- End File Lists ---# +#-- End File Lists --# NASM_OBJ = $(addprefix $(OBJDIR)/,$(notdir $(NASM))) $(EOLIST) NDIS_OBJ = $(addprefix $(OBJDIR)/,$(notdir $(NDISASM))) $(EOLIST) diff --git a/Mkfiles/openwcom.mak b/Mkfiles/openwcom.mak index bee458e..de58696 100644 --- a/Mkfiles/openwcom.mak +++ b/Mkfiles/openwcom.mak @@ -44,7 +44,7 @@ X = .exe $(CC) -c $(ALL_CFLAGS) -fo=$^@ $[@ # Note: wcl386 is broken if forward slashes are used as path separators. -#--- Begin File Lists ---# +#-- Begin File Lists --# # Edit in Makefile.in, not here! NASM = nasm.$(O) nasmlib.$(O) raa.$(O) saa.$(O) & float.$(O) insnsa.$(O) insnsb.$(O) & @@ -60,7 +60,7 @@ NASM = nasm.$(O) nasmlib.$(O) raa.$(O) saa.$(O) & NDISASM = ndisasm.$(O) disasm.$(O) sync.$(O) nasmlib.$(O) & insnsd.$(O) insnsb.$(O) insnsn.$(O) regs.$(O) regdis.$(O) -#--- End File Lists ---# +#-- End File Lists --# what: .SYMBOLIC @echo Please build "dos", "win32" or "os2" diff --git a/Mkfiles/owlinux.mak b/Mkfiles/owlinux.mak index fbd36e3..4dd5eef 100644 --- a/Mkfiles/owlinux.mak +++ b/Mkfiles/owlinux.mak @@ -55,7 +55,7 @@ X = .exe .c.$(O): $(CC) -c $(ALL_CFLAGS) -fo=$@ $< -#--- Begin File Lists ---# +#-- Begin File Lists --# # Edit in Makefile.in, not here! NASM = nasm.$(O) nasmlib.$(O) raa.$(O) saa.$(O) \ float.$(O) insnsa.$(O) insnsb.$(O) \ @@ -71,7 +71,7 @@ NASM = nasm.$(O) nasmlib.$(O) raa.$(O) saa.$(O) \ NDISASM = ndisasm.$(O) disasm.$(O) sync.$(O) nasmlib.$(O) \ insnsd.$(O) insnsb.$(O) insnsn.$(O) regs.$(O) regdis.$(O) -#--- End File Lists ---# +#-- End File Lists --# what: @echo 'Please build "dos", "win32" or "os2"' |