changeset 1776:eada713379fe

Build system cleanup: remove useless defines.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 28 Oct 2017 16:48:30 +0300
parents db7fdbc8f81b
children 6992de3b6dbd
files Makefile Makefile.w32
diffstat 2 files changed, 0 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sat Oct 28 04:07:28 2017 +0300
+++ b/Makefile	Sat Oct 28 16:48:30 2017 +0300
@@ -7,13 +7,6 @@
 BINPATH = ./bin/
 OBJPATH = ./obj/unix/
 EXEEXT  =
-INSTALL = install -c -m 755
-
-# C-compiler, flags and linker flags
-CC ?= gcc
-AR ?= ar
-RANLIB ?= ranlib
-INSTALL ?= install
 
 CFLAGS += -DHAVE_CONFIG_H
 LDFLAGS +=
--- a/Makefile.w32	Sat Oct 28 04:07:28 2017 +0300
+++ b/Makefile.w32	Sat Oct 28 16:48:30 2017 +0300
@@ -9,10 +9,6 @@
 EXEEXT  = .exe
 INSTALL = 
 
-# C-compiler, etc
-RANLIB=$(BINTOOL_PREFIX)ranlib
-WINDRES=$(BINTOOL_PREFIX)windres
-
 CFLAGS += -DHAVE_STRING_H -DHAVE_STDINT_H
 LDFLAGS +=