From 1c374b26c393499fbb2da9a6ef5c44304d19c0fe Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Fri, 17 Sep 2004 23:32:19 +0000 Subject: [PATCH] use default gcc --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2d8d3cd..a694067 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ connection.o: connection.cpp connection.h nethogs.h hashtbl.o: hashtbl.cpp hashtbl.h nethogs.h $(GCC) $(CFLAGS) -c hashtbl.cpp decpcap.o: decpcap.c decpcap.h - gcc-3.3 $(CFLAGS) -c decpcap.c + gcc $(CFLAGS) -c decpcap.c cui.o: cui.cpp cui.h nethogs.h $(GCC) $(CFLAGS) -c cui.cpp -DVERSION=\"$(VERSION)\" -DSUBVERSION=\"$(SUBVERSION)\" -DMINORVERSION=\"$(MINORVERSION)\"