Browse Source

Remove configure.ac from the distclean list

pull/889/head
Hamish Coleman 3 years ago
parent
commit
8dc9437870
  1. 2
      Makefile.in
  2. 11
      packages/openwrt/patches/001-fix-cc.patch

2
Makefile.in

@ -232,7 +232,7 @@ clean:
distclean:
rm -f tests/*.out src/*.gcno src/*.gcda src/*.indent src/*.unc-backup*
rm -rf autom4te.cache/
rm -f config.log config.status configure configure.ac Makefile tools/Makefile include/config.h include/config.h.in
rm -f config.log config.status configure Makefile tools/Makefile include/config.h include/config.h.in
rm -f doc/edge.8.gz doc/n2n.7.gz doc/supernode.1.gz
rm -f packages/debian/config.log packages/debian/config.status
rm -rf packages/debian/autom4te.cache/

11
packages/openwrt/patches/001-fix-cc.patch

@ -1,11 +0,0 @@
--- a/configure.seed
+++ b/configure.seed
@@ -13,8 +13,6 @@
GIT_RELEASE=${N2N_VERSION_SHORT}
fi
-CC=gcc
-AR=ar
N2N_LIBS=
AC_PROG_CC
Loading…
Cancel
Save