f18a95b822
from Vincent Auclair (maintainer) landry@ doesn't care
15 lines
458 B
Plaintext
15 lines
458 B
Plaintext
$OpenBSD: patch-Makefile,v 1.2 2010/05/19 10:48:52 ajacoutot Exp $
|
|
--- Makefile.orig Thu May 13 18:12:11 2010
|
|
+++ Makefile Thu May 13 18:12:19 2010
|
|
@@ -150,8 +150,8 @@ all: build lib
|
|
build: codeworker
|
|
|
|
codeworker: $(OBJECTS)
|
|
- $(CC) -c generator.cpp
|
|
- $(CC) -o codeworker $(OBJECTS) generator.o $(LFLAGS)
|
|
+ $(CXX) -c generator.cpp
|
|
+ $(CXX) -o codeworker $(OBJECTS) generator.o $(LDFLAGS)
|
|
|
|
lib: $(OBJECTS)
|
|
ar -r libcodeworker.a $(OBJECTS)
|