Changeset 23146
- Timestamp:
- 03/08/07 15:01:26 (21 months ago)
- Location:
- trunk/launchd/src
- Files:
-
- 2 modified
-
Makefile.am (modified) (1 diff)
-
Makefile.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/launchd/src/Makefile.am
r23134 r23146 30 30 cp liblaunch.a $(DESTDIR)/usr/local/lib/system/liblaunch_debug.a 31 31 cp liblaunch_profile.a $(DESTDIR)/usr/local/lib/system/liblaunch_profile.a 32 dsymutil --out=$(DESTDIR)/usr/local/lib/system/liblaunch.a.dSYM liblaunch.a 33 dsymutil --out=$(DESTDIR)/usr/local/lib/system/liblaunch_debug.a.dSYM liblaunch.a 34 dsymutil --out=$(DESTDIR)/usr/local/lib/system/liblaunch_profile.a.dSYM liblaunch_profile.a 32 35 33 36 else -
trunk/launchd/src/Makefile.in
r23134 r23146 1067 1067 @LIBS_ONLY_TRUE@ cp liblaunch.a $(DESTDIR)/usr/local/lib/system/liblaunch_debug.a 1068 1068 @LIBS_ONLY_TRUE@ cp liblaunch_profile.a $(DESTDIR)/usr/local/lib/system/liblaunch_profile.a 1069 @LIBS_ONLY_TRUE@ dsymutil --out=$(DESTDIR)/usr/local/lib/system/liblaunch.a.dSYM liblaunch.a 1070 @LIBS_ONLY_TRUE@ dsymutil --out=$(DESTDIR)/usr/local/lib/system/liblaunch_debug.a.dSYM liblaunch.a 1071 @LIBS_ONLY_TRUE@ dsymutil --out=$(DESTDIR)/usr/local/lib/system/liblaunch_profile.a.dSYM liblaunch_profile.a 1069 1072 1070 1073 @LIBS_ONLY_FALSE@launchd_runtime.c:: notifyServer.h launchd_internal.h

