aboutsummaryrefslogtreecommitdiffstats
path: root/util-src
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2017-10-31 17:28:23 +0100
committerKim Alvefur <zash@zash.se>2017-10-31 17:28:23 +0100
commitdf4e8ebbef9d666147de9820cc8d08ac031c60bf (patch)
tree5e449df964686e2fb0522e43831d1e1ade56023e /util-src
parentc4d543f80622efd5bb58254c9e4d4e09f3a03b97 (diff)
downloadprosody-df4e8ebbef9d666147de9820cc8d08ac031c60bf.tar.gz
prosody-df4e8ebbef9d666147de9820cc8d08ac031c60bf.zip
Rename Makefile -> GNUmakefile to reflect dependency on GNU Make
Diffstat (limited to 'util-src')
-rw-r--r--util-src/GNUmakefile (renamed from util-src/Makefile)2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-src/Makefile b/util-src/GNUmakefile
index f18d5a80..4b8540c5 100644
--- a/util-src/Makefile
+++ b/util-src/GNUmakefile
@@ -18,7 +18,7 @@ endif
all: $(ALL)
install: $(ALL)
- $(INSTALL_DATA) $^ $(TARGET)
+ $(INSTALL_DATA) $? $(TARGET)
clean:
rm -f $(ALL) $(patsubst %.so,%.o,$(ALL))