X-Git-Url: http://rtime.felk.cvut.cz/gitweb/CanFestival-3.git/blobdiff_plain/7aeb55d85623e0182636691e182263efa6cdde33..21cfcc3993a24d58482dfd2256b3c71c48588596:/debian/patches/02-makefile_examples.dpatch diff --git a/debian/patches/02-makefile_examples.dpatch b/debian/patches/02-makefile_examples.dpatch deleted file mode 100755 index 100e73c..0000000 --- a/debian/patches/02-makefile_examples.dpatch +++ /dev/null @@ -1,52 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 02-makefile_examples.dpatch by -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: No description. - -@DPATCH@ -diff -urNad canfestival-3~/examples/Makefile.in canfestival-3/examples/Makefile.in ---- canfestival-3~/examples/Makefile.in 2007-10-11 09:13:05.000000000 +0200 -+++ canfestival-3/examples/Makefile.in 2007-11-21 10:22:39.000000000 +0100 -@@ -30,8 +30,8 @@ - - ifeq ($(TARGET),unix) - $(MAKE) -C TestMasterSlave $@ --# $(MAKE) -C DS401_Master $@ --# $(MAKE) -C DS401_Slave_Gui $@ -+ $(MAKE) -C DS401_Master $@ -+ $(MAKE) -C DS401_Slave_Gui $@ - $(MAKE) -C TestMasterMicroMod $@ - endif - -@@ -49,8 +49,8 @@ - - ifeq ($(TARGET),unix) - $(MAKE) -C TestMasterSlave $@ --# $(MAKE) -C DS401_Master $@ --# $(MAKE) -C DS401_Slave_Gui $@ -+ $(MAKE) -C DS401_Master $@ -+ $(MAKE) -C DS401_Slave_Gui $@ - $(MAKE) -C TestMasterMicroMod $@ - endif - -@@ -70,15 +70,15 @@ - install: - ifeq ($(TARGET),unix) - $(MAKE) -C TestMasterSlave $@ --# $(MAKE) -C DS401_Master $@ --# $(MAKE) -C DS401_Slave_Gui $@ -+ $(MAKE) -C DS401_Master $@ -+ $(MAKE) -C DS401_Slave_Gui $@ - $(MAKE) -C TestMasterMicroMod $@ - endif - - uninstall: - ifeq ($(TARGET),unix) - $(MAKE) -C TestMasterSlave $@ --# $(MAKE) -C DS401_Master $@ --# $(MAKE) -C DS401_Slave_Gui $@ -+ $(MAKE) -C DS401_Master $@ -+ $(MAKE) -C DS401_Slave_Gui $@ - $(MAKE) -C TestMasterMicroMod $@ - endif