more make/build related stuff
authorsandeep <sandeep@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 29 Jan 2000 00:42:02 +0000 (00:42 +0000)
committersandeep <sandeep@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 29 Jan 2000 00:42:02 +0000 (00:42 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@38 4a8a32a2-be11-0410-ad9d-d568d2c75423

debugger/mcs51/Makefile.in
src/clean.mk

index 01e777b02076988a33c9a38099fa98011e8f8387..a3d0d59dea0bbcf66d132c0b1d06dfeba759f04f 100644 (file)
@@ -53,8 +53,8 @@ $(PRJDIR)/support/gc/libgc.a:
 # ---------------------------------------------------
 install: all installdirs
        $(INSTALL) -s $(TARGET) $(bindir)/sdcdb
-       cp $(PRJDIR)/sdcdb/sdcdb.el $(bindir)/sdcdb.el
-       cp $(PRJDIR)/sdcdb/sdcdbsrc.el $(bindir)/sdcdbsrc.el
+       cp $(PRJDIR)/debugger/mcs51/sdcdb.el $(bindir)/sdcdb.el
+       cp $(PRJDIR)/debugger/mcs51/sdcdbsrc.el $(bindir)/sdcdbsrc.el
 
 
 # Deleting all the installed files
index 4b8f0618549cfb7f1994c92dc8706678eb5c96bd..a083e38770df25e0fa63238e69568eab539621b4 100644 (file)
@@ -4,7 +4,7 @@ clean:
        rm -f *core *[%~] *.[oa] *.output
        rm -f .[a-z]*~
        rm -f $(PRJDIR)/bin/sdcc sdcc
-
+       for port in $(PORTS) ; do $(MAKE) -C $$port clean; done;
 
 # Deleting all files created by configuring or building the program
 # -----------------------------------------------------------------