summaryrefslogtreecommitdiff
path: root/2005/i/robert/src/Makefile.defs
diff options
context:
space:
mode:
authordufourj2005-06-14 20:03:14 +0000
committerdufourj2005-06-14 20:03:14 +0000
commit4de8a24ed946d53b81879563070f76f93676da73 (patch)
tree3bfc8f36b000bed51d7a3001c2bdab8f15c039db /2005/i/robert/src/Makefile.defs
parent38dbcc9b71ec5a88f6e99e8d42ae75a4e4895e60 (diff)
Correction du nouveau gcc sur lampion dans le Makefile
Diffstat (limited to '2005/i/robert/src/Makefile.defs')
-rw-r--r--2005/i/robert/src/Makefile.defs8
1 files changed, 4 insertions, 4 deletions
diff --git a/2005/i/robert/src/Makefile.defs b/2005/i/robert/src/Makefile.defs
index 08b5008..76cd0c7 100644
--- a/2005/i/robert/src/Makefile.defs
+++ b/2005/i/robert/src/Makefile.defs
@@ -33,10 +33,10 @@ LINK.o = $(CXX) $(LDFLAGS) $(TARGET_ARCH)
LEX = flex
YACC = bison
-# Sur lampion, on utilise g++-3.0
-ifeq ($(shell hostname),lampion)
-CXX = g++-3.0
-endif
+## Sur lampion, on utilise g++-3.0
+#ifeq ($(shell hostname),lampion)
+#CXX = g++-3.0
+#endif
VPATH = $(SUBDIRS:%=$(SRCDIR)/%)