mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
53d0b20a04
PR: 61393 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> (maintainer) Approved by: erwin (mentor) (implicitly)
12 lines
349 B
Plaintext
12 lines
349 B
Plaintext
--- tools/pxp-engine/Makefile.orig Thu Jan 15 10:28:06 2004
|
|
+++ tools/pxp-engine/Makefile Thu Jan 15 10:28:17 2004
|
|
@@ -26,7 +26,7 @@
|
|
#generate: pxp_yacc.ml pxp_lexing.ml
|
|
|
|
pxp_lexing.ml: pxp_lexing.mlp
|
|
- ifdef -D LEXBUF_$(OCAMLVERSION) pxp_lexing.mlp
|
|
+ ./ifdef -D LEXBUF_$(OCAMLVERSION) pxp_lexing.mlp
|
|
|
|
depend:
|
|
$(OCAMLDEP) *.ml *.mli >depend
|