[Fakeroot-commits] [SCM] fakeroot branch, master, updated. debian/1.14.3-200-gb232f8a

Kyle J. McKay mackyle at gmail.com
Tue Aug 23 13:03:41 UTC 2011


The following commit has been merged in the master branch:
commit 793ee1b610169f0a71e79ed24fcee76bcb472e9b
Author: Kyle J. McKay <mackyle at gmail.com>
Date:   Thu May 26 05:07:02 2011 -0700

    Add missing libmacosx.la dependency when MACOSX defined

diff --git a/Makefile.am b/Makefile.am
index d382d03..ae1b6f2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,10 +10,11 @@ libmacosx_la_SOURCES = libfakeroot_inode64.c libfakeroot_unix2003.c patchattr.h
 lib_LTLIBRARIES=libfakeroot.la
 libfakeroot_la_SOURCES=libfakeroot.c statconv/glibc/linux/alpha/stats.h wrapdef.h  wrapstruct.h communicate.h
 libfakeroot_la_LDFLAGS=-release 0
-libfakeroot_la_DEPENDENCIES=wrapdef.h wrapstruct.h libcommunicate.la $(LTLIBOBJS)
 if MACOSX
+libfakeroot_la_DEPENDENCIES=wrapdef.h wrapstruct.h libcommunicate.la libmacosx.la $(LTLIBOBJS)
 libfakeroot_la_LIBADD = libcommunicate.la libmacosx.la $(LTLIBOBJS)
 else !MACOSX
+libfakeroot_la_DEPENDENCIES=wrapdef.h wrapstruct.h libcommunicate.la $(LTLIBOBJS)
 libfakeroot_la_LIBADD = libcommunicate.la $(LTLIBOBJS)
 endif !MACOSX
 

-- 
fakeroot



More information about the Fakeroot-commits mailing list