21e4ac6895
from pedro@ who can't be bothered to import his own ports
13 lines
441 B
Plaintext
13 lines
441 B
Plaintext
$OpenBSD: patch-launcher__cgi_Makefile,v 1.1.1.1 2005/05/25 06:11:00 jolan Exp $
|
|
--- launcher/_cgi/Makefile.orig Wed Dec 22 17:31:19 2004
|
|
+++ launcher/_cgi/Makefile Sun May 15 12:23:26 2005
|
|
@@ -20,7 +20,7 @@ $T: $(OBJS)
|
|
$(CC) $(CFLAGS) -o $@ $(OBJS) $(LIBS)
|
|
|
|
$(CL): $(CT)
|
|
- sed -e "s|LUA_DIR|$(LUA_DIR)|" -e "s|LUA_LIBDIR|$(LUA_LIBDIR)|" -e "s|LIB_EXT|$(LIB_EXT)|g" $(CT) > $(CL)
|
|
+ mv $(CT) $(CL)
|
|
|
|
$(CGIC): $(CL)
|
|
$(LUAC) -o $@ $(CL)
|