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
No known key found for this signature in database
GPG key ID: 9BADDA2DAF6F01A8
2 changed files with 3 additions and 3 deletions

View file

@ -112,10 +112,10 @@ clean:
distclean: clean
$(RM) -r autom4te.cache
$(RM) configure config.status config.log
$(RM) Makefile
$(RM) GNUmakefile
depend:
cd "@SRCDIR@" && makedepend -Y -fMakefile.in -o.c.o -- $(CSTD) $(ED25519_DEFS) -- $(ALL_C)
cd "@SRCDIR@" && makedepend -Y -fGNUmakefile.in -o.c.o -- $(CSTD) $(ED25519_DEFS) -- $(ALL_C)
VPATH=@SRCDIR@

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)