/[guile]/guile/guile-scripts/Makefile
ViewVC logotype

Diff of /guile/guile-scripts/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by ttn, Thu Nov 29 04:46:14 2001 UTC revision 1.2 by ttn, Sun Mar 31 21:07:55 2002 UTC
# Line 9  scripts =                                      \ Line 9  scripts =                                      \
9    
10  all:  all:
11          chmod +x $(scripts)          chmod +x $(scripts)
12    
13    # Use guile's scripts, too.  Users can't have all the fun.
14    
15    gscripts = ../core/scripts
16    gscripts-symlinks:
17            rm -f gscripts
18            ln -s $(gscripts) gscripts
19            eval `find gscripts -follow -type f -perm '+''+x' -printf "ln -sf %p %f; "`

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26