I'm new to HP-UX system and having one problem with running a make file.
Make: Must be a separator on rules line 14. Stop.
I suspect this is due to older version of make deployed on the machine (since the same make file works on other unix and linux based systems).
Questions:-
- How do I check the version of make (does HP-UX uses GNU make?) on HP-UX
- How to upgrade make to a newer version.
I tried getting information on make using man make
but couldn't find anything on version.
Thanks.