Yes, I was just wondering why there seemed to be part of the output missing,
specifically:
   if [ -f $(MODNAME).pdb ]; then \
           cp $(MODNAME).pdb
$(SYSTEM_MODULE_PATH)/$(MODDIR)$(MODULE_WRAPPER_PREFIX); \
         else :; fi; \
It is in the dynamic_module_ma
>There may be an error in this? Not sure, but in my code, I'm getting an
>error. I removed @ from the beginning the shell code in Makefile so that I
>can see the output:
>if test "xgi.o" != "x" ; then \
>Â /usr/local/pike/8.0.610/include/pike/install_module module.so
>/usr/local/pike/8.0.61