Revision: 6554
          http://ipcop.svn.sourceforge.net/ipcop/?rev=6554&view=rev
Author:   gespinasse
Date:     2012-04-21 20:24:48 +0000 (Sat, 21 Apr 2012)
Log Message:
-----------
Fix missing @ before POSTBUILD

Modified Paths:
--------------
    ipcop/trunk/lfs/libffi
    ipcop/trunk/lfs/popt

Modified: ipcop/trunk/lfs/libffi
===================================================================
--- ipcop/trunk/lfs/libffi      2012-04-21 19:21:02 UTC (rev 6553)
+++ ipcop/trunk/lfs/libffi      2012-04-21 20:24:48 UTC (rev 6554)
@@ -91,4 +91,4 @@
        cd $(DIR_APP) && make install
 
        @rm -rf $(DIR_APP)
-       $(POSTBUILD)
+       @$(POSTBUILD)

Modified: ipcop/trunk/lfs/popt
===================================================================
--- ipcop/trunk/lfs/popt        2012-04-21 19:21:02 UTC (rev 6553)
+++ ipcop/trunk/lfs/popt        2012-04-21 20:24:48 UTC (rev 6554)
@@ -87,4 +87,4 @@
        cd $(DIR_APP) && make install
 
        @rm -rf $(DIR_APP)
-       $(POSTBUILD)
+       @$(POSTBUILD)

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to