* configure.in: added missing mcs51 in status output
[fw/sdcc] / device / lib / pic16 / libdev / Makefile.in
index f3aa4eeba96391acf965c34b1d8abf0f545960de..a7494489b367e46a69f031c5efc31ed911b931fa 100644 (file)
@@ -1,14 +1,14 @@
 ###########################################################
 ### Makefile for the GNU PIC Library
 ###
-### Copyright (C) 2005 by Raphael Neider <rneider@web.de>
+### Copyright (C) 2005 by Raphael Neider <rneider AT web.de>
 ###
 ### The GNU PIC Library was originally designed and
 ### implemented by
 ###    Vangelis Rokas <vrokas@otenet.gr>
 ###
 ### It is currently maintained by
-###    Raphael Neider <rneider@web.de>
+###    Raphael Neider <rneider AT web.de>
 ###
 ### This file may be distributed under the terms of the the
 ### GNU General Public License (GPL). See COPYING for details.
@@ -30,9 +30,9 @@ TARGETS = $(OBJS:.o=.lib)
 # [...]/devicelibs would be the default target)
 suball : all
 
-.PHONY : $(top_builddir)$(builddir)/device_libs suball
+.PHONY : $(top_builddir)/$(builddir)/device_libs suball
 
-$(top_builddir)$(builddir)/device_libs :
-       $(Q)+$(foreach dev,$(C_FILES:.c=),$(MAKE) $(top_builddir)$(builddir)/$(dev).lib LIB_O=$(top_builddir)$(builddir)/$(dev).o;)
+$(top_builddir)/$(builddir)/device_libs :
+       $(Q)+$(foreach dev,$(C_FILES:.c=),$(MAKE) $(top_builddir)/$(builddir)/$(dev).lib LIB_O=$(top_builddir)/$(builddir)/$(dev).o;)
 
 include $(top_srcdir)/Makefile.subdir