use GNUmakefile, since we depend on GNU stuff

This commit is contained in:
cathugger
2019-12-22 22:28:12 +02:00
parent 9032811fc5
commit d3640b7322
2 changed files with 3 additions and 3 deletions

View File

@@ -351,4 +351,4 @@ AC_SUBST(MYDEFS,["$MYDEFS"])
AC_SUBST(MAINLIB,["$MAINLIB"])
AC_SUBST(NOPIE,["$nopie"])
AC_SUBST(SRCDIR,["$srcdir"])
AC_OUTPUT(Makefile)
AC_OUTPUT(GNUmakefile)