From: Ralph Giles Date: Sat, 13 Jul 2002 11:31:36 +0000 (+0000) Subject: rename classic mac build dir to macos/ X-Git-Tag: v1.3.3~712 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=db1d810864dbdd69eb37fb40e560959896cb23e3;p=platform%2Fupstream%2Flibvorbis.git rename classic mac build dir to macos/ svn path=/trunk/vorbis/; revision=3622 --- diff --git a/Makefile.am b/Makefile.am index 500a708..170e79a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,11 +7,11 @@ SUBDIRS = lib include doc examples win32 debian vq m4datadir = $(datadir)/aclocal m4data_DATA = vorbis.m4 -EXTRA_DIST = HACKING todo.txt mac \ +EXTRA_DIST = HACKING todo.txt macos \ autogen.sh libvorbis.spec vorbis.m4 dist-hook: - rm -rf `find $(distdir)/mac -name CVS` + rm -rf `find $(distdir)/macos -name CVS` debug: $(MAKE) all CFLAGS="@DEBUG@"