Removed path environment lines. User should put gcc in path.

This commit is contained in:
Janet B. Anderson
2008-12-01 16:35:40 +00:00
parent 79a2649596
commit e2e7864c3d

View File

@@ -9,8 +9,3 @@
# to omit command-line editing and history support
#COMMANDLINE_LIBRARY = READLINE
# Needed to find dlls for gcc, g++, as, cpp, ...
# if MINGW_BIN not in user's path
MINGW_BIN=C:/MinGW/bin
export PATH := $(MINGW_BIN):$(PATH)