http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57146
Bug #: 57146
Summary: Makefile error in wiselib library
Classification: Unclassified
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: spam
AssignedTo: [email protected]
ReportedBy: [email protected]
Created attachment 30000
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30000
This is the patch for above error
Makefile in the folder "geniric_apps/convergecast/" uses
$(WISELIB_PATH)
$(WISELIB_GENERIC_APPS)
variable to include Makefile.local and Makefile which are in the parent dir
and whose initialization are not visible
got error which compiling for Shawn
************************************************
$ make shawn
Makefile:19: /../apps/generic_apps/Makefile.local: No such file or directory
Makefile:20: /Makefile: No such file or directory
make: *** No rule to make target `/Makefile'. Stop.
$
***************************************************