forked from Lainports/freebsd-ports
11 lines
273 B
Text
11 lines
273 B
Text
--- bind/cpp/Makefile.in.orig Thu Jul 22 12:10:37 1999
|
|
+++ bind/cpp/Makefile.in Tue Sep 7 23:14:14 1999
|
|
@@ -30,7 +30,7 @@
|
|
.SUFFIXES: .cpp
|
|
|
|
.cpp.o:
|
|
- $(CXX) $(CXXFLAGS) $(DEFINES) $<
|
|
+ $(CXX) $(CFLAGS) $(CXXFLAGS) $(DEFINES) $<
|
|
|
|
# ----------------------------------
|
|
|