You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.1 KiB
33 lines
1.1 KiB
Index: Makefile.in |
|
--- Makefile.in.orig 2004-03-09 16:59:49 +0100 |
|
+++ Makefile.in 2007-12-22 16:27:35 +0100 |
|
@@ -39,7 +39,7 @@ |
|
version.o |
|
LIBS = librfc822/librfc822.a libmpools/libmpools.a \ |
|
liblists/liblists.a libargv/libargv.a \ |
|
- libconfigfile/libconfigfile.a libtext/libtext.a @LIBS@ |
|
+ libconfigfile/libconfigfile.a libtext/libtext.a |
|
|
|
.SUFFIXES: |
|
.SUFFIXES: .c .o |
|
@@ -50,7 +50,7 @@ |
|
all: petidomo petidomo.1 |
|
|
|
petidomo: $(OBJS) $(LIBS) |
|
- $(CC) $(OBJS) -o $@ $(LDFLAGS) $(LIBS) |
|
+ $(CC) $(OBJS) -o $@ $(LDFLAGS) $(LIBS) @LIBS@ |
|
|
|
petidomo.1: petidomo.pod |
|
V=`$(SHTOOL) version -lc -dlong version.c`; \ |
|
Index: acl.y |
|
--- acl.y.orig 2004-02-02 20:50:25 +0100 |
|
+++ acl.y 2007-12-22 16:28:09 +0100 |
|
@@ -43,7 +43,7 @@ |
|
|
|
#define YYERROR_VERBOSE |
|
%} |
|
-%token TOK_IF TOK_EQUAL TOK_EQUAL TOK_FROM TOK_SUBJECT |
|
+%token TOK_IF TOK_EQUAL TOK_FROM TOK_SUBJECT |
|
%token TOK_ENVELOPE TOK_HEADER TOK_BODY TOK_AND TOK_OR TOK_NOT |
|
%token TOK_THEN TOK_MATCH TOK_STRING TOK_DROP TOK_PASS TOK_APPROVE |
|
%token TOK_REDIRECT TOK_FORWARD TOK_REJECT TOK_REJECTWITH
|
|
|