diff --git a/Makefile.in b/Makefile.in index 10298ab..7abe64d 100644 --- a/Makefile.in +++ b/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/ diff --git a/packages/openwrt/patches/001-fix-cc.patch b/packages/openwrt/patches/001-fix-cc.patch deleted file mode 100644 index c0d1073..0000000 --- a/packages/openwrt/patches/001-fix-cc.patch +++ /dev/null @@ -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