This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

make clean is problem


Execution of "make clean" will delete host/infra/hosttest.exp
Then execution of make generates an error.

Although it corrected so that it might not disappear, and the 
problem was solved, is this the right coping-with method?

diff -u host/infra/Makefile.am.old host/infra/Makefile.am
--- Makefile.am.old	Mon May 27 23:56:43 2002
+++ Makefile.am	Tue May 28 22:32:25 2002
@@ -112,8 +112,7 @@
          cyg/infra/testcase.h \
          cyg/hal/basetype.h   \
          pkgconf/infra.h      \
-         pkgconf/hostinfra.h  \
-         hosttest.exp
+         pkgconf/hostinfra.h
 
 ## The headers are not installed as part of the default install
 ## target, instead a data hook is used. This avoids problems when the

-- 
Yoshinori Sato
<qzb04471@nifty.ne.jp>

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]