bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problem with "## $@ ##"


From: Helgi Gunnarsson
Subject: Problem with "## $@ ##"
Date: Wed, 18 Jul 2001 11:55:17 +0000

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  ##



reply via email to

[Prev in Thread] Current Thread [Next in Thread]