Project

General

Profile

Actions

Bug #853

closed

Minor typo in src/Makefile.am causes build process to break

Added by Anonymous over 17 years ago. Updated over 17 years ago.

Status:
Fixed
Priority:
Normal
Category:
core
Target version:
-
ASK QUESTIONS IN Forums:

Description

I tried compiling the lighty svn sources and got an build error caused by a missing http_req_parser.h. I think the problem is related to a typo in Makefile.am. It only occurs if the rules in the Makefile are processed in a particular order which is probably why this doesn't happen to everyone. The following patch should fix this


# svn diff
Index: Makefile.am
===================================================================
--- Makefile.am (revision 1316)
+++ Makefile.am (working copy)
@@ -33,7 +33,7 @@
        $(LEMON) -q $(srcdir)/http_req_parser.y $(srcdir)/lempar.c

 http_req_range_parser.c http_req_range_parser.h: http_req_range_parser.y
-       rm -f http_req_parser.h
+       rm -f http_range_req_parser.h
        $(LEMON) -q $(srcdir)/http_req_range_parser.y $(srcdir)/lempar.c

 mod_ssi_exprparser.c mod_ssi_exprparser.h: mod_ssi_exprparser.y

-- lighty

Actions #1

Updated by jan over 17 years ago

  • Status changed from New to Fixed
  • Resolution set to fixed

thanks, fixed in r1322

Actions

Also available in: Atom