[Gambas-user] Typo on generic Makefile.am

Sebastian Kulesz sebikul at ...626...
Mon Jul 9 04:51:31 CEST 2012


Hi! I found a typo on the Makefile.am the IDE uses to export
components and projects as autotools packages.

Path: gambas3/app/src/gambas3/install/Makefile.am
Line 11

It is:
$(GAMBAS_path)/gba$(VERSION))

Should be:

$(GAMBAS_path)/gba$(VERSION)
*note the parenthesis

This prevents any project exported as an autotools package to be built.




More information about the User mailing list