diff options
author | ticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358> | 2008-12-14 23:44:59 (EST) |
---|---|---|
committer | ticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358> | 2008-12-14 23:44:59 (EST) |
commit | 4a672739be5204ee6ad7e7f46b26ea963070c253 (patch) | |
tree | c11dab876edfd5d2a7767fecb5605ece56e08134 | |
parent | a4b27712ff174fbeabc8509a68b38801a707f000 (diff) |
opkg: remove redundant etc directory
git-svn-id: http://opkg.googlecode.com/svn/trunk@35 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | etc/Makefile.am | 2 |
3 files changed, 1 insertions, 4 deletions
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 @@ - - |