From 4a672739be5204ee6ad7e7f46b26ea963070c253 Mon Sep 17 00:00:00 2001 From: ticktock35 Date: Mon, 15 Dec 2008 04:44:59 +0000 Subject: [PATCH] opkg: remove redundant etc directory git-svn-id: http://opkg.googlecode.com/svn/trunk@35 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- Makefile.am | 2 +- configure.ac | 1 - etc/Makefile.am | 2 -- 3 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 etc/Makefile.am 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 @@ - - -- 2.25.1