summaryrefslogtreecommitdiffhomepage
path: root/plugin/Makefile
diff options
context:
space:
mode:
authorSamuel Lidén Borell <samuel@slbdata.se>2009-06-13 16:10:08 +0200
committerSamuel Lidén Borell <samuel@slbdata.se>2010-01-02 22:30:06 +0100
commitac3ee78f604690278d6a3cfa451380969ffd3b9a (patch)
tree5f5db67a26a8196053b85ae3ebaf7a44201efe39 /plugin/Makefile
parenteb3349e07b9ffda25ba2e5ba6f86c466f7b1fae5 (diff)
downloadfribid-ac3ee78f604690278d6a3cfa451380969ffd3b9a.tar.gz
fribid-ac3ee78f604690278d6a3cfa451380969ffd3b9a.tar.bz2
fribid-ac3ee78f604690278d6a3cfa451380969ffd3b9a.zip
Cleaned up the Makefiles
Diffstat (limited to 'plugin/Makefile')
-rw-r--r--plugin/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugin/Makefile b/plugin/Makefile
index 9277e7d..ae4f033 100644
--- a/plugin/Makefile
+++ b/plugin/Makefile
@@ -27,12 +27,12 @@ libplugins.so: $(OBJECTS)
.PHONY: all clean install uninstall
clean:
- -rm -f $(OBJECTS) libplugins.so
+ rm -f $(OBJECTS) libplugins.so
install:
- install -T -D -s -m 644 libplugins.so $(NPAPI_PLUGIN_LIB) && \
- ../configure --internal--remove-link $(NPAPI_PLUGIN_LINK1) $(NPAPI_PLUGIN_REL) && \
- ../configure --internal--remove-link $(NPAPI_PLUGIN_LINK2) $(NPAPI_PLUGIN_REL) && \
+ install -T -D -s -m 644 libplugins.so $(NPAPI_PLUGIN_LIB)
+ ../configure --internal--remove-link $(NPAPI_PLUGIN_LINK1) $(NPAPI_PLUGIN_REL)
+ ../configure --internal--remove-link $(NPAPI_PLUGIN_LINK2) $(NPAPI_PLUGIN_REL)
ln -s $(NPAPI_PLUGIN_REL) $(NPAPI_PLUGIN_LINK1)
ln -s $(NPAPI_PLUGIN_REL) $(NPAPI_PLUGIN_LINK2)