aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data
diff options
context:
space:
mode:
authorLauri Nurmi <[email protected]>2016-06-07 10:37:04 +0300
committerLauri Nurmi <[email protected]>2016-06-07 10:42:15 +0300
commitcb7ea9f50f23d7ee17879d34fb51e9a77227fce5 (patch)
treead2796959b03a094bf89dd98ee99f8c901dbf419 /src/build-data
parent9eda1f09887b8b1ba5d60e1e432ebf7d828726db (diff)
Clean symlinks to shared libraries properly
The 'clean' target left dangling symlinks because undefined variables were used in Makefile.
Diffstat (limited to 'src/build-data')
-rw-r--r--src/build-data/makefile/gmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/makefile/gmake.in b/src/build-data/makefile/gmake.in
index d68db271c..60ff6d58d 100644
--- a/src/build-data/makefile/gmake.in
+++ b/src/build-data/makefile/gmake.in
@@ -58,7 +58,7 @@ clean:
-$(RM) %{libobj_dir}/*
-$(RM) %{testobj_dir}/*
-$(RM) %{cliobj_dir}/*
- -$(RM) $(SONAME) $(SYMLINK)
+ -$(RM) $(SONAME_ABI) $(SONAME_BASE)
-$(RM) $(LIBRARIES) $(CLI) $(TEST)
distclean: clean