summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_linux_lxpthread.GNU
diff options
context:
space:
mode:
authorChris Cleeland <chris.cleeland@gmail.com>1997-03-18 20:08:50 +0000
committerChris Cleeland <chris.cleeland@gmail.com>1997-03-18 20:08:50 +0000
commitad559a3bb31ae7795fe5776855120a0271e53e65 (patch)
tree34341ef42abb7d1705c925e887675960ad9e19f7 /include/makeinclude/platform_linux_lxpthread.GNU
parentc560096fe66ef0713846b147f5795a61a2094fae (diff)
downloadATCD-ad559a3bb31ae7795fe5776855120a0271e53e65.tar.gz
Adjusted makefiles to be more similar, and to use g++ for compiling
C++ code.
Diffstat (limited to 'include/makeinclude/platform_linux_lxpthread.GNU')
-rw-r--r--include/makeinclude/platform_linux_lxpthread.GNU4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/makeinclude/platform_linux_lxpthread.GNU b/include/makeinclude/platform_linux_lxpthread.GNU
index 4f11c69642f..eda6c8ceabf 100644
--- a/include/makeinclude/platform_linux_lxpthread.GNU
+++ b/include/makeinclude/platform_linux_lxpthread.GNU
@@ -7,8 +7,8 @@
# Jan Rychter <jwr@icm.edu.pl>
CC = gcc
-CXX = $(CC)
-CFLAGS += -w -I. -fno-strict-prototypes -D_POSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_REENTRANT
+CXX = g++
+CFLAGS += -w -fno-strict-prototypes -D_POSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_REENTRANT
CCFLAGS += $(CFLAGS)
DLD = $(CXX)
LD = $(CXX)