aboutsummaryrefslogtreecommitdiff
path: root/libraries/libcli
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2016-06-25 15:13:43 -0400
committerPaul Selkirk <paul@psgd.org>2016-06-25 15:13:51 -0400
commite3db117ae05a248773abe4b7ec2ef95ed7203b8e (patch)
treef093767315ebc72264cbc858a40c5b616bef139e /libraries/libcli
parentaa90cb43b370ee219e1e14ad774b662a53178727 (diff)
Split LIB*_DIR into _SRC and _BLD.
Also rename all instances of GNUmakefile to Makefile.
Diffstat (limited to 'libraries/libcli')
-rw-r--r--libraries/libcli/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/libraries/libcli/Makefile b/libraries/libcli/Makefile
index 509f493..bbd686d 100644
--- a/libraries/libcli/Makefile
+++ b/libraries/libcli/Makefile
@@ -8,19 +8,3 @@ vpath %.c ${REPO}
vpath %.h ${REPO}
include ${REPO}/Makefile
-
-# Kludge alert:
-#
-# We really should teach Makefiles that need libcli.h to look in the
-# right place, but we don't want to wire the current location of
-# libcli into too many Makefiles, since we intend to move it soon.
-#
-# So, for the moment, we just copy libcli.h. Clean this up after the
-# the repository moves (and maybe do something about the general
-# assumption that header files and libraries always live in the same
-# directory, that's wrong in a VPATH-based world).
-
-all: $(abspath .)/libcli.h
-
-$(abspath .)/libcli.h: ${REPO}/libcli.h
- cp -p $< $@