summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1a4698f7..28334f47 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,6 @@
CC := gcc
CXX := g++
LD := g++
-CP := cp
PROG := abc
@@ -40,7 +39,7 @@ OPTFLAGS := -g -O #-DABC_NAMESPACE=xxx
CFLAGS += -Wall -Wno-unused-function $(OPTFLAGS) $(ARCHFLAGS) -I$(PWD)/src
#ifeq ($(shell $(CC) -dumpversion | awk '{FS="."; print ($$1>=4 && $$2>=6)}'),1)
-# Set -Wno-unused-bug-set-variable for GCC 4.6.0 and greater only
+# Set -Wno-unused-but-set-variable for GCC 4.6.0 and greater only
CFLAGS += -Wno-unused-but-set-variable
#endif