[131398] trunk/dports/devel/ld64/files

jeremyhu at macports.org jeremyhu at macports.org
Sat Jan 10 20:47:41 PST 2015


Revision: 131398
          https://trac.macports.org/changeset/131398
Author:   jeremyhu at macports.org
Date:     2015-01-10 20:47:41 -0800 (Sat, 10 Jan 2015)
Log Message:
-----------
ld64: Dependency nitpick in Makefiles

Modified Paths:
--------------
    trunk/dports/devel/ld64/files/Makefile-127
    trunk/dports/devel/ld64/files/Makefile-133
    trunk/dports/devel/ld64/files/Makefile-97

Modified: trunk/dports/devel/ld64/files/Makefile-127
===================================================================
--- trunk/dports/devel/ld64/files/Makefile-127	2015-01-11 04:19:54 UTC (rev 131397)
+++ trunk/dports/devel/ld64/files/Makefile-127	2015-01-11 04:47:41 UTC (rev 131398)
@@ -66,6 +66,7 @@
 unwinddump : src/other/unwinddump.o
 	$(CXX) $(LDFLAGS) -Wl,-exported_symbol,__mh_execute_header $^ -o $@
 
+src/other/PruneTrie.o : src/ld/configure.h
 libprunetrie.a : src/other/PruneTrie.o
 	$(AR) cru $@ $^
 	$(RANLIB) $@

Modified: trunk/dports/devel/ld64/files/Makefile-133
===================================================================
--- trunk/dports/devel/ld64/files/Makefile-133	2015-01-11 04:19:54 UTC (rev 131397)
+++ trunk/dports/devel/ld64/files/Makefile-133	2015-01-11 04:47:41 UTC (rev 131398)
@@ -73,6 +73,7 @@
 unwinddump : src/other/unwinddump.o
 	$(CXX) $(LDFLAGS) -Wl,-exported_symbol,__mh_execute_header $^ -o $@
 
+src/other/PruneTrie.o : src/ld/configure.h
 libprunetrie.a : src/other/PruneTrie.o
 	$(AR) cru $@ $^
 	$(RANLIB) $@

Modified: trunk/dports/devel/ld64/files/Makefile-97
===================================================================
--- trunk/dports/devel/ld64/files/Makefile-97	2015-01-11 04:19:54 UTC (rev 131397)
+++ trunk/dports/devel/ld64/files/Makefile-97	2015-01-11 04:47:41 UTC (rev 131398)
@@ -44,6 +44,7 @@
 unwinddump : src/other/unwinddump.o
 	$(CXX) $(LDFLAGS) -Wl,-exported_symbol,__mh_execute_header $^ -o $@
 
+src/other/PruneTrie.o : src/ld/configure.h
 libprunetrie.a : src/other/PruneTrie.o
 	$(AR) cru $@ $^
 	$(RANLIB) $@
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150110/3cde7999/attachment-0001.html>


More information about the macports-changes mailing list