* device/lib/pic/Makefile.in, device/lib/pic/Makefile.subdir,
[fw/sdcc] / device / lib / pic / Makefile.subdir
index f771dc06fb287f57355687b98fbfe427bc1d0817..a98191b06925ec9a042e75bd2111ffe996c8220e 100644 (file)
@@ -1,10 +1,10 @@
 ###########################################################
 ### Makefile.subdir for the SDCC/PIC14 Library
 ###
-### Copyright (C) 2005 by Raphael Neider <rneider@web.de>
+### Copyright (C) 2005 by Raphael Neider <rneider AT web.de>
 ###
 ### The library 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 GPL for details.
@@ -61,6 +61,9 @@ clean : recurse
        $(Q)-$(RM) $(addprefix $(top_builddir)$(installdir)/,$(notdir $(TARGETS)))
        $(Q)-[ ! -d "$(top_builddir)$(builddir)" ] || $(RMDIR) "$(top_builddir)$(builddir)"
 
+distclean : clean
+       $(Q)-$(RM) Makefile
+
 clean-intermediate : recurse
        @-echo "dummy" > .dummy
        $(Q)-$(RM) .dummy $(foreach suf,p lst hex cod sym,$(OBJS:.o=.$(suf)))