summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Shadura <bugzilla@tut.by>2011-11-17 20:15:45 +0100
committerAndrew Shadura <bugzilla@tut.by>2011-11-17 20:15:45 +0100
commitcb8c5d925f2c64c0bb5d76be73b190d3dbd89307 (patch)
treeca77891b55baead30754e8114201ef08300ea5c3
parent258f66cd91a9dc0ec38a29fbd2fc0fd5d473260c (diff)
update the patch
-rw-r--r--debian/patches/001-Disable_Makefile_silent_output.dpatch23
1 files changed, 9 insertions, 14 deletions
diff --git a/debian/patches/001-Disable_Makefile_silent_output.dpatch b/debian/patches/001-Disable_Makefile_silent_output.dpatch
index 01cfaf1..4cda9c0 100644
--- a/debian/patches/001-Disable_Makefile_silent_output.dpatch
+++ b/debian/patches/001-Disable_Makefile_silent_output.dpatch
@@ -1,19 +1,14 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 001-Disable_Makefile_silent_output.dpatch
-## by Adam Cécile (Le_Vert) <gandalf@le-vert.net>
-##
-## DP: Let's show what happens...
+Author: Adam Cécile (Le_Vert) <gandalf@le-vert.net>
+Description: Let's show what happens...
-@DPATCH@
-
---- a/buildsys.mk.in 2007-10-15 07:03:45.000000000 +0200
-+++ b/buildsys.mk.in 2007-10-21 02:14:21.518788374 +0200
-@@ -73,7 +73,7 @@
- OBJS5 = ${OBJS4:.erl=.beam}
- OBJS += ${OBJS5:.m=.o}
+--- a/buildsys.mk.in
++++ b/buildsys.mk.in
+@@ -89,7 +89,7 @@
+ OBJS10 = ${OBJS9:.S=.o}
+ OBJS += ${OBJS10:.po=.gmo}
-.SILENT:
+#.SILENT:
- .SUFFIXES: .beam .c .cc .cxx .d .erl .m
+ .SUFFIXES:
+ .SUFFIXES: .beam .c .cc .cxx .d .dep .erl .gmo .m .mm .o .po .py .pyc .xpm .S
.PHONY: all subdirs pre-depend depend install install-extra uninstall uninstall-extra clean distclean
-