LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Porting Makefile from HP-ux to Linux (https://www.linuxquestions.org/questions/programming-9/porting-makefile-from-hp-ux-to-linux-118975/)

pldobs 11-22-2003 04:52 PM

Porting Makefile from HP-ux to Linux
 
I am porting a Makefile written for HP-UX to Linux. I am getting this error:
Makefile:1235: *** target pattern contains no `%'. Stop.

on a line that says this:

$(FOURGLOBJ): $$(@:.o=.4gl)

I don't know a lot about writing Makefiles. Does anyone know how this line would port to GNU make?

Thanks a million!

--Paul


All times are GMT -5. The time now is 11:28 AM.