]> git.gag.com Git - debian/gzip/commitdiff
maint: avoid another "make syntax-check" failure
authorJim Meyering <meyering@redhat.com>
Sat, 26 Sep 2009 18:24:14 +0000 (20:24 +0200)
committerJim Meyering <meyering@redhat.com>
Sat, 26 Sep 2009 18:24:14 +0000 (20:24 +0200)
* lib/Makefile.am (match.$(OBJEXT)): Use $(ASCPPPOST), not @ASCPPPOST@.

lib/Makefile.am

index cc2f7685dd4f3d9eb253195017ee9240497608b8..00f4eac8550e4f274b6c267d8b00812f71fbf059 100644 (file)
@@ -25,7 +25,7 @@ libgzip_a_DEPENDENCIES += $(LIBOBJS)
 match.$(OBJEXT): match.c
        cp $(srcdir)/match.c _match.S
        $(CPP) $(CPPFLAGS) $(ASCPPFLAGS) _match.S > _match.i
-       @ASCPPPOST@ < _match.i > match_.s
+       $(ASCPPPOST) < _match.i > match_.s
        $(CC) $(CPPFLAGS) $(CFLAGS) $(ASFLAGS_config) -c match_.s
        mv match_.$(OBJEXT) $@
        rm -f _match.S _match.i match_.s