Changeset 1361:b5e1bcff2d1a for contrib

Show
Ignore:
Timestamp:
1999-11-08 23:56:43 (9 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

Build process fixes from Brendan Cully.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • contrib/Makefile.in

    r1181 r1361  
    3333        $(top_srcdir)/mkinstalldirs @docdir@/samples 
    3434        for f in $(SAMPLES) ; do \ 
    35                 $(INSTALL) -m 644 $$f @docdir@/samples ;        \ 
     35                $(INSTALL) -m 644 $(srcdir)/$$f @docdir@/samples ;      \ 
    3636        done 
    3737