From: Erik de Castro Lopo Date: Fri, 28 Dec 2012 00:06:38 +0000 (+1100) Subject: Rename obj/ directory to objs/ to avoid BSD make issue. X-Git-Tag: 1.3.0pre1~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=55788ea96b6f71300bccfee2e6a8645e83be9768;p=platform%2Fupstream%2Fflac.git Rename obj/ directory to objs/ to avoid BSD make issue. --- diff --git a/Makefile.am b/Makefile.am index 45a0260..603c032 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,7 +30,7 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = doc include m4 man src examples test build obj +SUBDIRS = doc include m4 man src examples test build objs DISTCLEANFILES = libtool-disable-static diff --git a/configure.ac b/configure.ac index 8925640..75561cd 100644 --- a/configure.ac +++ b/configure.ac @@ -444,13 +444,13 @@ AC_CONFIG_FILES([ \ test/metaflac-test-files/Makefile \ test/pictures/Makefile \ build/Makefile \ - obj/Makefile \ - obj/debug/Makefile \ - obj/debug/bin/Makefile \ - obj/debug/lib/Makefile \ - obj/release/Makefile \ - obj/release/bin/Makefile \ - obj/release/lib/Makefile \ + objs/Makefile \ + objs/debug/Makefile \ + objs/debug/bin/Makefile \ + objs/debug/lib/Makefile \ + objs/release/Makefile \ + objs/release/bin/Makefile \ + objs/release/lib/Makefile \ ]) AC_OUTPUT diff --git a/obj/Makefile.am b/objs/Makefile.am similarity index 100% rename from obj/Makefile.am rename to objs/Makefile.am diff --git a/obj/release/Makefile.am b/objs/debug/Makefile.am similarity index 100% rename from obj/release/Makefile.am rename to objs/debug/Makefile.am diff --git a/obj/release/lib/Makefile.am b/objs/debug/bin/Makefile.am similarity index 100% rename from obj/release/lib/Makefile.am rename to objs/debug/bin/Makefile.am diff --git a/obj/release/bin/Makefile.am b/objs/debug/lib/Makefile.am similarity index 100% rename from obj/release/bin/Makefile.am rename to objs/debug/lib/Makefile.am diff --git a/obj/debug/Makefile.am b/objs/release/Makefile.am similarity index 100% rename from obj/debug/Makefile.am rename to objs/release/Makefile.am diff --git a/obj/debug/lib/Makefile.am b/objs/release/bin/Makefile.am similarity index 100% rename from obj/debug/lib/Makefile.am rename to objs/release/bin/Makefile.am diff --git a/obj/debug/bin/Makefile.am b/objs/release/lib/Makefile.am similarity index 100% rename from obj/debug/bin/Makefile.am rename to objs/release/lib/Makefile.am