Spec file now depends on version.pl too
authorH. Peter Anvin <hpa@zytor.com>
Tue, 21 May 2002 02:47:08 +0000 (02:47 +0000)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 21 May 2002 02:47:08 +0000 (02:47 +0000)
Makefile.in

index e9ca1fc..479e2d2 100644 (file)
@@ -173,7 +173,7 @@ tar: dist
 
 spec: nasm.spec
 
-nasm.spec: nasm.spec.in version
+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