[launchd-changes] [22848] trunk/launchd/src

source_changes at macosforge.org source_changes at macosforge.org
Fri Sep 8 09:26:05 PDT 2006


Revision: 22848
Author:   zarzycki at apple.com
Date:     2006-09-08 09:26:03 -0700 (Fri, 08 Sep 2006)

Log Message:
-----------
automake me harder...

Modified Paths:
--------------
    trunk/launchd/src/Makefile.am
    trunk/launchd/src/Makefile.in

Modified: trunk/launchd/src/Makefile.am
===================================================================
--- trunk/launchd/src/Makefile.am	2006-09-08 04:27:53 UTC (rev 22847)
+++ trunk/launchd/src/Makefile.am	2006-09-08 16:26:03 UTC (rev 22848)
@@ -14,7 +14,7 @@
 liblaunch_profile_a_CFLAGS = -pg $(AM_CFLAGS)
 liblaunch_profile_a_SOURCES = liblaunch.c bootstrap_public.c
 
-bootstrap_public.c:: bootstrap.h
+$(srcdir)/bootstrap_public.c:: bootstrap.h
 
 install-data-hook:
 	mkdir -p $(DESTDIR)/usr/local/lib/system

Modified: trunk/launchd/src/Makefile.in
===================================================================
--- trunk/launchd/src/Makefile.in	2006-09-08 04:27:53 UTC (rev 22847)
+++ trunk/launchd/src/Makefile.in	2006-09-08 16:26:03 UTC (rev 22848)
@@ -1013,7 +1013,7 @@
 bootstrap.h bootstrapServer.c bootstrapUser.c bootstrapServer.h: $(srcdir)/bootstrap.defs
 	mig $(MIGFLAGS) -sheader bootstrapServer.h $(srcdir)/bootstrap.defs
 
- at LIBS_ONLY_TRUE@bootstrap_public.c:: bootstrap.h
+ at LIBS_ONLY_TRUE@$(srcdir)/bootstrap_public.c:: bootstrap.h
 
 @LIBS_ONLY_TRUE at install-data-hook:
 @LIBS_ONLY_TRUE@	mkdir -p $(DESTDIR)/usr/local/lib/system

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/launchd-changes/attachments/20060908/df5e2898/attachment.html


More information about the launchd-changes mailing list