pike.git
/
src
/
Makefile.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/Makefile.in:182:
echo "$(exec_prefix)/pike"; $(INSTALL) ./pike $(exec_prefix) ; \ fi @if [ -f $(SRCDIR)/../bin/hilfe ]; then \ echo ; echo "Installing $(exec_prefix)/hilfe..."; \ if [ "$(exec_prefix)" != "/usr/local/bin" -a \ "$(exec_prefix)" != "/usr/local/bin/" ]; then \ if [ -f $(exec_prefix)/hilfe ]; then \ mv $(exec_prefix)/hilfe $(exec_prefix)/hilfe.old; \ else : ; fi && \ sed -e 's!/usr/local/bin!$(exec_prefix)!' <$(SRCDIR)/../bin/hilfe \
-
>$(exec_prefix)/hilfe || exit
1\
+
>$(exec_prefix)/hilfe || exit
1; \
else \ $(INSTALL) $(SRCDIR)/../bin/hilfe $(exec_prefix) || exit 1; \ fi; \ chmod a+rx $(exec_prefix)/hilfe; \ chmod u+w $(exec_prefix)/hilfe; \ else : ; fi @echo ; echo "Installing header-files..."; \ for a in $(SRCDIR)/*.h *.h ; do \ $(INSTALL) $$a $(prefix)/include/pike || exit 1; \ chmod a+r $(prefix)/include/pike ; \