On Tue, Mar 11, 2003 at 12:28:43AM +0100, Robert Joop wrote: > > >DEST_BINDIR = $(DESTDIR)${exec_prefix}/bin > > >DEST_DATADIR = $(DESTDIR)${prefix}/share > > >DEST_INFODIR = $(DESTDIR)${prefix}/share/info > > >DEST_LIBDIR = $(DESTDIR)${exec_prefix}/lib > > >DEST_MANDIR = $(DESTDIR)${prefix}/share/man > > >DEST_SBINDIR = $(DESTDIR)${exec_prefix}/sbin > > > > I removed $(DESTDIR). > > where? > judging by the variable names (and my gut feeling :-), they should be > removed from (exec_)prefix, not the DEST_*.
It is easier to remove $(DESTDIR), you don't have to mess about with the way configure expands the following: DEST_BINDIR = $(DESTDIR)@bindir@ DEST_DATADIR = $(DESTDIR)@datadir@ DEST_INFODIR = $(DESTDIR)@infodir@ DEST_LIBDIR = $(DESTDIR)@libdir@ DEST_MANDIR = $(DESTDIR)@mandir@ DEST_SBINDIR = $(DESTDIR)@sbindir@ I don't know (or particularly care for that matter) if this is the "most" correct solution or not though. -- Brian May <[EMAIL PROTECTED]> ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ OpenCA-Devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-devel