[pisa-src] r1025 - trunk

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Tue, 06 Oct 2009 15:26:19 +0200

Author: biurrun
Date: Tue Oct  6 15:26:19 2009
New Revision: 1025

Log:
Remove trailing backslash from variable list.
Apparently automake is too backwards to handle this...

Modified:
   trunk/Makefile.am

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am   Tue Oct  6 15:22:39 2009        (r1024)
+++ trunk/Makefile.am   Tue Oct  6 15:26:19 2009        (r1025)
@@ -45,7 +45,7 @@
        include/tunnel.h \
        include/uthash.h \
        include/util.h \
-       include/wireless.h \
+       include/wireless.h
 
 deb rpm:
        test/packaging/create-package.sh $@

Other related posts:

  • » [pisa-src] r1025 - trunk - Diego Biurrun