X-Git-Url: http://git.maemo.org/git/?p=browser-switch;a=blobdiff_plain;f=config-ui%2FMakefile;h=d41444f240f5d26f9be01b126923a6027a6a7ffe;hp=e5ec80b83fd94500703292f4f7009da6d1e7a82c;hb=3fda8f516f04eb9c0a0f7622da4ed985c1a6a632;hpb=c9ffd114eeadbf6968f4404d15d80eab9192bc6b diff --git a/config-ui/Makefile b/config-ui/Makefile index e5ec80b..d41444f 100644 --- a/config-ui/Makefile +++ b/config-ui/Makefile @@ -57,11 +57,11 @@ $(PLUGIN): $(plugin_obj) -c -o $@ $< strip: strip-plugin -strip-plugin: plugin +strip-plugin: $(PLUGIN) strip $(PLUGIN) install: install-plugin -install-plugin: plugin +install-plugin: $(PLUGIN) mkdir -p $(DESTDIR)$(PREFIX)/lib/hildon-control-panel mkdir -p $(DESTDIR)$(PREFIX)/share/applications/hildon-control-panel install -c -m 0755 $(PLUGIN) $(DESTDIR)$(PREFIX)/lib/hildon-control-panel