]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/http_getter/Makefile.in
autoconfiguration improved (well, maybe)
[helm.git] / helm / http_getter / Makefile.in
index ef76f950b1ec6a0ed66f4110a3fb013f96b5378c..f7f047813a61344e93bea02de9e9ca443d22e9b4 100644 (file)
@@ -1,10 +1,13 @@
-HELM_BIN_DIR=@HELM_BIN_DIR@
+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
+