From: ticktock35 Date: Mon, 15 Dec 2008 04:44:59 +0000 (+0000) Subject: opkg: remove redundant etc directory X-Git-Url: https://git.librecmc.org/?p=oweals%2Fopkg-lede.git;a=commitdiff_plain;h=4a672739be5204ee6ad7e7f46b26ea963070c253;ds=sidebyside opkg: remove redundant etc directory git-svn-id: http://opkg.googlecode.com/svn/trunk@35 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- diff --git a/Makefile.am b/Makefile.am index 07de343..ca1d085 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = etc familiar libbb libopkg tests src +SUBDIRS = familiar libbb libopkg tests src HOST_CPU=@host_cpu@ BUILD_CPU=@build_cpu@ diff --git a/configure.ac b/configure.ac index d36fa5f..a7e8fda 100644 --- a/configure.ac +++ b/configure.ac @@ -131,7 +131,6 @@ AC_OUTPUT( libopkg/Makefile tests/Makefile src/Makefile - etc/Makefile familiar/Makefile familiar/control familiar/control-unstripped diff --git a/etc/Makefile.am b/etc/Makefile.am deleted file mode 100644 index 139597f..0000000 --- a/etc/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ - -