Rename obj/ directory to objs/ to avoid BSD make issue.

This commit is contained in:
Erik de Castro Lopo 2012-12-28 11:06:38 +11:00
parent 592021edf7
commit 55788ea96b
9 changed files with 8 additions and 8 deletions

View File

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

View File

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