This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Is dejagnu-971006 installation screwed?


Here's my conig:

./configure --host=hppa1.1-hp-hpux9.05 --verbose

Now why does make install install into /usr/local/share/xxx.exp,
instead of /usr/local/share/dejagnu/xxx?

example:
for file in ./baseboards/*.exp ./baseboards/README; \
do \
	/bin/bash /src/gnu/dejagnu-971006/install-sh -c -m 644 $file /usr/local/share/baseboards ; \
done
for file in ./config/*.exp ./config/README; \
do \
	/bin/bash /src/gnu/dejagnu-971006/install-sh -c -m 644 $file /usr/local/share/config ; \
done


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