chiark / gitweb /
Build system: Fix erroneous symlink in devLib/Makefile
[wiringPi.git] / build
diff --git a/build b/build
index d38ad1ba9c188e8a7bf1eaba97992d5417698b2f..00a366b91570466b72d467f51c4d4fd5892d5610 100755 (executable)
--- a/build
+++ b/build
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh -e
 
 # build
 #      Simple wiringPi build and install script
@@ -82,9 +82,9 @@ if [ x$1 = "xdebian" ]; then
   cd $here/wiringPi
   make install-deb
   cd $here/devLib
-  make install-deb
+  make install-deb INCLUDE='-I. -I../wiringPi'
   cd $here/gpio
-  make install-deb
+  make install-deb INCLUDE='-I../wiringPi -I../devLib' LDFLAGS=-L../debian/wiringPi/usr/lib
   cd $here/debian
   fakeroot dpkg-deb --build wiringPi
   mv wiringPi.deb  wiringpi-`cat $here/VERSION`-1.deb