From 8dc9437870a33ba446941dd3402905cd8b719039 Mon Sep 17 00:00:00 2001 From: Hamish Coleman Date: Mon, 1 Nov 2021 19:02:00 +0000 Subject: [PATCH] Remove configure.ac from the distclean list --- Makefile.in | 2 +- packages/openwrt/patches/001-fix-cc.patch | 11 ----------- 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 packages/openwrt/patches/001-fix-cc.patch 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