aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dcron/dcron-2.3.3/strip.patch
blob: 51aef07f2d55a7cbcc92244e9ea605b9740f4a18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Index: dcron-2.3.3/Makefile
===================================================================
--- dcron-2.3.3.orig/Makefile	2006-06-19 15:47:35.774568368 +0200
+++ dcron-2.3.3/Makefile	2006-06-19 15:47:43.713361488 +0200
@@ -14,11 +14,9 @@
 
 crond:	${OBJS}
 	${CC} ${CFLAGS} -o crond ${OBJS} ${LIB}
-	strip crond
 
 crontab:  ${D_OBJS}
 	${CC} ${CFLAGS} -o crontab ${D_OBJS}
-	strip crontab
 
 protos.h: ${SRCS} ${D_SRCS}
 	fgrep -h Prototype ${SRCS} ${D_SRCS} >protos.h