Revision
1494
Author
dreid@apple.com
Date
2007-04-23 16:36:02 -0700 (Mon, 23 Apr 2007)

Log Message

patches was renamed lib-patches a long time ago.  Perhaps it's not necessary at that point in the build anymore?  pax was complaining but no one noticed.

Modified Paths

Diff

Modified: CalendarServer/trunk/support/Makefile.Apple (1493 => 1494)


--- CalendarServer/trunk/support/Makefile.Apple	2007-04-19 21:02:51 UTC (rev 1493)
+++ CalendarServer/trunk/support/Makefile.Apple	2007-04-23 23:36:02 UTC (rev 1494)
@@ -113,7 +113,7 @@
 $(BuildDirectory)/$(Project):
 	@echo "Copying source for $(Project)..."
 	$(_v) $(MKDIR) -p "$@"
-	$(_v) pax -rw bin conf Makefile patches setup.py twistedcaldav twisted "$@/"
+	$(_v) pax -rw bin conf Makefile lib-patches setup.py twistedcaldav twisted "$@/"
 
 $(BuildDirectory)/%: %.tgz
 	@echo "Extracting source for $(notdir $<)..."