]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/http_getter/Makefile.in
improved autoconfiguration (well, maybe)
[helm.git] / helm / http_getter / Makefile.in
index dcf22fc7950b85497dbf8977644b04d3f7b19779..f7f047813a61344e93bea02de9e9ca443d22e9b4 100644 (file)
@@ -1,10 +1,13 @@
-HELM_BIN_DIR=@exec_prefix@
+INSTALL_DIR=@RESOLVED_EXEC_PREFIX@/bin
+
+all:
 
 install:
-       cp http_getter.pl $(HELM_BIN_DIR)
+       cp http_getter.pl $(INSTALL_DIR)
 
 distclean:
        rm -f Makefile configure config.log config.cache config.status \
          http_getter.pl
 
-.PHONY: install distclean
+.PHONY: all install distclean
+