AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.

 View Only
Expand all | Collapse all

make: 1254-002 Cannot find a rule to create target

  • 1.  make: 1254-002 Cannot find a rule to create target

    Posted Mon March 29, 2010 03:41 AM

    Originally posted by: sajid1


    Hi,

    I am trying to install Oracle Retek,During installtion i am running make as per documents occured below error.

    $ make f retek.mk depend 2>&1 | tee libdpnd.log
    make: 1254-002 Cannot find a rule to create target f from dependencies.
    Stop.

    Thanks


  • 2.  Re: make: 1254-002 Cannot find a rule to create target

    Posted Mon March 29, 2010 08:47 AM

    Originally posted by: sajid1


    Kindly share knowlege if anyone knows the solution


  • 3.  Re: make: 1254-002 Cannot find a rule to create target

    Posted Mon March 29, 2010 08:57 AM

    Originally posted by: flodstrom


    You missed a hyphen ("-").

    Look at the argument syntax for make! It should be "make -f ...", not "make f ...".