summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-process/dcron/files/dcron-2.7-Makefile-gentoo.diff')
-rw-r--r--sys-process/dcron/files/dcron-2.7-Makefile-gentoo.diff25
1 files changed, 0 insertions, 25 deletions
diff --git a/sys-process/dcron/files/dcron-2.7-Makefile-gentoo.diff b/sys-process/dcron/files/dcron-2.7-Makefile-gentoo.diff
deleted file mode 100644
index 0272185e550e..000000000000
--- a/sys-process/dcron/files/dcron-2.7-Makefile-gentoo.diff
+++ /dev/null
@@ -1,25 +0,0 @@
---- Makefile.orig Tue Feb 27 01:13:24 2001
-+++ Makefile Tue Feb 27 16:32:34 2001
-@@ -2,7 +2,7 @@
- #
-
- CC = gcc
--CFLAGS = -O2 -Wall -Wstrict-prototypes
-+CFLAGS += -Wall -Wstrict-prototypes
- LIB =
- SRCS = main.c subs.c database.c job.c
- OBJS = main.o subs.o database.o job.o
-@@ -15,11 +15,11 @@
-
- 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