This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

editing Makefile

Old posts that have not been replied to for several years.
Locked
`
`dM`

editing Makefile

Post by `dM` »

I'm using eggdrop1.4.5
In this version the *.so files get left in your main bot directory
I'm trying to edit the Makefile so it does mv *.so modules yet every time i add that line it says

Makefile:46: *** missing separator. Stop.

Was wondering if anyone could offer any tips?
g
guppy
eggdrop engineer
Posts: 199
Joined: Mon Sep 24, 2001 8:00 pm
Location: Canada
Contact:

Post by guppy »

They are left there on purpose since you are suppose to 'make install' your bot to another location which makes upgrading in the future easier. Also it properly installs the module help files and language files.

Either way, you probably didn't use "tabs" in your Makefile to indent text. Spaces are not allowed when indenting.
Locked