ossp-pkg/xds/Makefile 1.1 -> 1.2
--- Makefile 2001/06/28 12:32:04 1.1
+++ Makefile 2001/06/28 22:42:12 1.2
@@ -18,7 +18,7 @@
$(CXX) $(CPPFLAGS) $(WARNFLAGS) $(OPTFLAGS) $(CXXFLAGS) -c $<
test: test.o
- $(CXX) $(LDFLAGS) -o $@ test.o
+ $(CC) $(LDFLAGS) -o $@ test.o
clean::
rm -f test.o test
|
|