]> rtime.felk.cvut.cz Git - CanFestival-3.git/blobdiff - debian/patches/02-makefile_examples.dpatch
remove debian patches
[CanFestival-3.git] / 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 (executable)
index 100e73c..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 02-makefile_examples.dpatch by  <lolitech@lolitech-desktop>
-##
-## 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