diff options
-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 @@ - - |