mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-12-05 21:27:13 -06:00
use GNUmakefile, since we depend on GNU stuff
This commit is contained in:
@@ -112,10 +112,10 @@ clean:
|
|||||||
distclean: clean
|
distclean: clean
|
||||||
$(RM) -r autom4te.cache
|
$(RM) -r autom4te.cache
|
||||||
$(RM) configure config.status config.log
|
$(RM) configure config.status config.log
|
||||||
$(RM) Makefile
|
$(RM) GNUmakefile
|
||||||
|
|
||||||
depend:
|
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@
|
VPATH=@SRCDIR@
|
||||||
|
|
||||||
@@ -351,4 +351,4 @@ AC_SUBST(MYDEFS,["$MYDEFS"])
|
|||||||
AC_SUBST(MAINLIB,["$MAINLIB"])
|
AC_SUBST(MAINLIB,["$MAINLIB"])
|
||||||
AC_SUBST(NOPIE,["$nopie"])
|
AC_SUBST(NOPIE,["$nopie"])
|
||||||
AC_SUBST(SRCDIR,["$srcdir"])
|
AC_SUBST(SRCDIR,["$srcdir"])
|
||||||
AC_OUTPUT(Makefile)
|
AC_OUTPUT(GNUmakefile)
|
||||||
|
|||||||
Reference in New Issue
Block a user