On Mon, Oct 11, 2010 at 12:52 AM, Borut Razem <borut.ra...@siol.net> wrote:
> Hi Grissiom,
>
> this is strange. I retried to make the build with the same configure
> command options as you specified, and ti works wihout problems.
> I compiled it on Ubuntu 10.4.
>
> Which version of make do you have?
> make --version
>
> My is GNU Make 3.81.
>
> Can you send me the /tmp/SBo/sdcc/device/lib/pic/Makefile?
>

~> make --version
GNU Make 3.82
Built for x86_64-slackware-linux-gnu
Copyright (C) 2010  Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

content of  /tmp/SBo/sdcc/device/lib/pic/Makefile:
==================================
###########################################################
### Makefile for the SDCC/PIC14 Library
###
### Copyright (C) 2005 by Raphael Neider <rneider AT web.de>
###
### The library is currently maintained by
###     Raphael Neider <rneider AT web.de>
###
### This file may be distributed under the terms of the the
### GNU General Public License (GPL). See GPL for details.
###
### $Id: Makefile.in 6002 2010-10-04 19:54:39Z borutr $
###

top_builddir = .
top_srcdir   = .


srcdir = .

include $(top_builddir)/Makefile.common

.PHONY : all clean clean-intermediate install


ifeq (:,$(findstring :,$(LD) $(AS) $(LIB)))

all % :
        @echo "gputils not found -- PIC14 library not built!"

else

all : install
install : recurse

endif


SUBDIRS    = libsdcc libm
builddir   = build
installdir = bin
export installdir

C_SRC = $(notdir $(wildcard $(srcdir)/*.c))
S_SRC = $(notdir $(wildcard $(srcdir)/*.S))
OBJS = $(C_SRC:.c=.o) $(S_SRC:.S=.o)

clean : recurse
        $(Q)-$(RMDIR) "$(top_builddir)/$(builddir)"
        $(Q)-$(RMDIR) bin

distclean: clean
        $(Q)-$(RM) config.cache config.log config.status Makefile
Makefile.common
        $(Q)-$(RMDIR) bin

clean-intermediate : recurse

include $(top_srcdir)/Makefile.rules
==========================================
-- 
Cheers,
Grissiom

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to