summaryrefslogtreecommitdiff
path: root/2005/i/robert
diff options
context:
space:
mode:
Diffstat (limited to '2005/i/robert')
-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)/%)