[asterisk-commits] qwell: trunk r64355 - /trunk/main/Makefile
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Mon May 14 14:51:03 MST 2007
Author: qwell
Date: Mon May 14 16:51:03 2007
New Revision: 64355
URL: http://svn.digium.com/view/asterisk?view=rev&rev=64355
Log:
With libmmime.a as a .PHONY target, asterisk gets rebuilt every time, but without proper ASTCFLAGS.
This caused a problem with the buildinfo.o file not being able to find asterisk/build.h
This was affecting DESTDIR, but I *think* that if asterisk had never been installed before, it would've failed also.
Modified:
trunk/main/Makefile
Modified: trunk/main/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/main/Makefile?view=diff&rev=64355&r1=64354&r2=64355
==============================================================================
--- trunk/main/Makefile (original)
+++ trunk/main/Makefile Mon May 14 16:51:03 2007
@@ -149,5 +149,3 @@
@$(MAKE) -C db1-ast clean
@$(MAKE) -C stdtime clean
@$(MAKE) -C minimime clean
-
-.PHONY: minimime/libmmime.a
More information about the asterisk-commits
mailing list