From bdba83c40252347ecce0cb4f56e19fb9406c8ca5 Mon Sep 17 00:00:00 2001 From: sandeep Date: Sat, 29 Jan 2000 00:42:02 +0000 Subject: [PATCH] more make/build related stuff git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@38 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- debugger/mcs51/Makefile.in | 4 ++-- src/clean.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debugger/mcs51/Makefile.in b/debugger/mcs51/Makefile.in index 01e777b0..a3d0d59d 100644 --- a/debugger/mcs51/Makefile.in +++ b/debugger/mcs51/Makefile.in @@ -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 diff --git a/src/clean.mk b/src/clean.mk index 4b8f0618..a083e387 100644 --- a/src/clean.mk +++ b/src/clean.mk @@ -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 # ----------------------------------------------------------------- -- 2.39.5