mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-01-09 19:17:19 -03:00
use GNUmakefile, since we depend on GNU stuff
This commit is contained in:
parent
9032811fc5
commit
d3640b7322
2 changed files with 3 additions and 3 deletions
|
@ -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@
|
||||
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue