]> git.pld-linux.org Git - packages/ed.git/blame - ed-regex.patch
- defined _exec_prefix; more docs
[packages/ed.git] / ed-regex.patch
CommitLineData
43582507 1--- ed-0.2/Makefile.in.regex 2002-12-17 13:08:36.000000000 +0100
2+++ ed-0.2/Makefile.in 2002-12-17 13:09:35.000000000 +0100
3@@ -54,9 +54,9 @@
4 SOURCES = buf.c glbl.c io.c main.c re.c signal.c sub.c undo.c version.c
5 OBJECTS = buf.o glbl.o io.o main.o re.o signal.o sub.o undo.o version.o
6
7-LIBHDRS = pathmax.h getopt.h regex.h
8-LIBSRCS = alloca.c error.c getopt.c getopt1.c regex.c xmalloc.c
9-LIBOBJS = @ALLOCA@ getopt.o getopt1.o regex.o @LIBOBJS@
10+LIBHDRS = pathmax.h getopt.h
11+LIBSRCS = alloca.c error.c getopt.c getopt1.c xmalloc.c
12+LIBOBJS = @ALLOCA@ getopt.o getopt1.o @LIBOBJS@
13
14 DISTFILES = $(HEADERS) $(LIBHDRS) $(LIBSRCS) $(SOURCES) ChangeLog COPYING \
15 INSTALL Makefile.in NEWS POSIX README TODO THANKS \
16@@ -68,11 +68,11 @@
17 ed: $(OBJECTS) libed.a
18 $(CC) $(LDFLAGS) -o ed $(OBJECTS) libed.a $(LIBS)
19
20-buf.o: ed.h config.h regex.h
21-ed.o: ed.h config.h regex.h
22-main.o: ed.h config.h regex.h getopt.h pathmax.h
23-re.o: ed.h config.h regex.h
24-signal.o: ed.h config.h regex.h
25+buf.o: ed.h config.h
26+ed.o: ed.h config.h
27+main.o: ed.h config.h getopt.h pathmax.h
28+re.o: ed.h config.h
29+signal.o: ed.h config.h
30
31 libed.a: $(LIBOBJS)
32 rm -f libed.a
33@@ -80,7 +80,6 @@
34 $(RANLIB) libed.a
35
36 getopt.o getopt1.o: getopt.h
37-regex.o: regex.h
38
39 check: ed
40 rootme=`pwd`; srcrootme=`cd $(srcdir); pwd`;\
This page took 0.073775 seconds and 4 git commands to generate.