Makefile gets overwritten with opensource package

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tvnaidu
    Contributor
    • Oct 2009
    • 365

    Makefile gets overwritten with opensource package

    downloaded opensource package, untar it, added -g option in Makefile, then run .configure and make, everytime Makefile updated and loosing my chnages, how can I make permanent those chnages in Makefile?
  • RedSon
    Recognized Expert Expert
    • Jan 2007
    • 4980

    #2
    Don't run .configure every time. It is overwriting your Makefile. If you want to make permanent changes you can change .configure.

    Comment

    Working...