Introduction
Introduction Statistics Contact Development Disclaimer Help
Makefile: remove unused $RANLIB - extractjson - extract embedded JSON metadata …
git clone git://git.codemadness.org/extractjson
Log
Files
Refs
README
LICENSE
---
commit 1de46c41c6f72a1576352464a8458cfc70467094
parent 44593668820d73cad338f948e9e46ebc7ce37e90
Author: Hiltjo Posthuma <[email protected]>
Date: Sun, 14 Aug 2022 12:09:29 +0200
Makefile: remove unused $RANLIB
Diffstat:
M Makefile | 2 --
1 file changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/Makefile b/Makefile
@@ -8,8 +8,6 @@ PREFIX = /usr/local
MANPREFIX = ${PREFIX}/man
DOCPREFIX = ${PREFIX}/share/doc/${NAME}
-RANLIB = ranlib
-
# use system flags.
EXTRACTJSON_CFLAGS = ${CFLAGS}
EXTRACTJSON_LDFLAGS = ${LDFLAGS}
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.