Index: ossp-pkg/xds/Makefile RCS File: /v/ossp/cvs/ossp-pkg/xds/Attic/Makefile,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/xds/Attic/Makefile,v' 2>/dev/null --- 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