Skip to content

Commit

Permalink
Remove unusued variables
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfandringa committed Mar 20, 2020
1 parent 8d55c41 commit 2ba5a24
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions devLib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ VERSION=$(shell cat ../VERSION)
DESTDIR?=/usr
PREFIX?=/local

mkfile_path := $(abspath $(lastword $(MAKEFILE_LIST)))
CURRENT_DIR := $(notdir $(patsubst %/,%,$(dir $(mkfile_path))))

LDCONFIG?=ldconfig

ifneq ($V,1)
Expand Down
3 changes: 0 additions & 3 deletions wiringPi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ VERSION=$(shell cat ../VERSION)
DESTDIR?=/usr
PREFIX?=/local

mkfile_path := $(abspath $(lastword $(MAKEFILE_LIST)))
CURRENT_DIR := $(notdir $(patsubst %/,%,$(dir $(mkfile_path))))

LDCONFIG?=ldconfig

ifneq ($V,1)
Expand Down
3 changes: 0 additions & 3 deletions wiringPiD/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
DESTDIR?=/usr
PREFIX?=/local

mkfile_path := $(abspath $(lastword $(MAKEFILE_LIST)))
CURRENT_DIR := $(notdir $(patsubst %/,%,$(dir $(mkfile_path))))

ifneq ($V,1)
Q ?= @
endif
Expand Down

0 comments on commit 2ba5a24

Please sign in to comment.