fix some development stuff that snuck in by mistake

This commit is contained in:
Robert Reif 2011-07-21 19:05:50 -04:00
parent c3c3eb74e8
commit fd40e6a362
1 changed files with 3 additions and 3 deletions

View File

@ -16,9 +16,9 @@ ifeq ($(HAVE_RULES),yes)
endif
endif
#ifndef CXX
CXX=clang++
#endif
ifndef CXX
CXX=g++
endif
ifndef PREFIX
PREFIX=/usr