diff options
author | H. Peter Anvin <hpa@zytor.com> | 2007-09-05 06:24:43 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-09-05 06:24:43 +0000 |
commit | da51fc9dac4d635b82da514d4bc23591cad72676 (patch) | |
tree | 43a69e09ae5c8e3e0472cef4c776a03904670e60 /Makefile.in | |
parent | 199b96a810169e53a25227c7d2dceb29b628f018 (diff) | |
download | nasm-da51fc9dac4d635b82da514d4bc23591cad72676.tar.gz nasm-da51fc9dac4d635b82da514d4bc23591cad72676.tar.bz2 nasm-da51fc9dac4d635b82da514d4bc23591cad72676.zip |
Remove obsolete Serial: construct; we shouldn't need it anyway.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 0651b8e..a396b0a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -182,7 +182,6 @@ spec: nasm.spec nasm.spec: nasm.spec.in version version.pl sed -e s/@@VERSION@@/`cat $(srcdir)/version`/g \ - -e s/@@ID@@/`$(PERL) $(srcdir)/version.pl id < $(srcdir)/version`/g \ < nasm.spec.in > nasm.spec splint: |