Description: Remove erroneous CC from genpaxtest
 Remove CC from genpaxtest as it is incorrectly
 added although there is no test 'gcc' provided
 by the utility.
Author: Javier Fernández-Sanguino Peña <jfs@debian.org>
Forwarded: no
Last-Update: <2020-04-13>

--- a/Makefile.FreeBSD
+++ b/Makefile.FreeBSD
@@ -119,7 +119,7 @@
 	${CC} ${CFLAGS} -fPIC -o ${.TARGET} -c ${.ALLSRC}
 
 paxtest: ${TESTS} genpaxtest
-	sh genpaxtest ${CC} ${TESTS}
+	sh genpaxtest ${TESTS}
 
 anonmap: body.o anonmap.o
 	${CC} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC}
--- a/Makefile.OpenBSD
+++ b/Makefile.OpenBSD
@@ -74,7 +74,7 @@
 endif
 
 paxtest: $(TESTS) genpaxtest
-	sh genpaxtest $(CC) $(TESTS)
+	sh genpaxtest $(TESTS)
 
 anonmap: body.o anonmap.o
 
--- a/Makefile.psm
+++ b/Makefile.psm
@@ -128,7 +128,7 @@
 	$(CC) $(LDFLAGS) -o $@ $^
 
 paxtest: $(TESTS) genpaxtest
-	sh genpaxtest $(CC) $(TESTS)
+	sh genpaxtest $(TESTS)
 
 .S.o:
 	$(CC) $(CFLAGS) $(CC_PIE) $(ASFLAGS) -o $@ -c $<
