Hello, I am porting software from AIX to Linux (RedHat 7.1) and are having problems with the existing makefile. My make does not like this line: ## Creating $@ ## Is there a way out? Regards Helgi ************* The make version ************* bash-2.04$ make -v GNU Make version 3.79.1, by Richard Stallman and Roland McGrath. Built for i386-redhat-linux-gnu ************* When entering make in the directory ************* ## Creating /home/helgi/fdps_linux/bin/cs_cpq ## ##: Command not found. make: [/home/helgi/fdps_linux/bin/cs_cpq] Error 1 (ignored) ************* makefile ************* all: $(RPC_GEN) $(ATC_BINDIR)/cs_cpq $(ATC_BINDIR)/cs_fsp_ctrl \ $(ATC_BINDIR)/cs_fsp_ctrl_st $(ATC_BINDIR)/cs_cpq: $(PRQM_OBJECTS) $(LIBRARIES) ## Creating $@ ## $(CC) $(PRQM_OBJECTS) $(LIBRARIES) $(ATC_AIXLIBS) -lm -o $@ ## Creation of $@ complete ## _______________________________________________ Bug-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-make