|
From: <Mic...@t-...> - 2000-09-20 19:00:41
|
Hi folks, did somebody else notice that after a make install the following files are not copied to the bin folder? s51.exe sdcdb.el sdcdbsrc.el so started to look at the makefiles and wondered a bit. in /debugger/mcs51/makefile.in line 55 the install section starts. install: all installdirs $(INSTALL) -s $(TARGET) $(bindir)/sdcdb cp $(PRJDIR)/debugger/mcs51/sdcdb.el $(bindir)/sdcdb.el cp $(PRJDIR)/debugger/mcs51/sdcdbsrc.el $(bindir)/sdcdbsrc.el well, sdcdb is copied, but both *.el files not ? under $(PRJDIR)/debugger/mcs51 i see the both files. strange, i do not see the reason why these two files are not copied... now to s51.exe. if i am right, /sim/ucsim/makefile is the files that is called with make install. this calls make -f main.mk install. so i looked into file main.mk and looked into the install section and ... no cp command that copies the file s51.exe from /sim/ucsim/s51.src to the bin folder. may i miss something ? i do not want to change files someone else has done.... maybe there is a reason... daniel ? Michael |