aboutsummaryrefslogtreecommitdiffstats
path: root/editors/led/files/patch-Makefile.in
blob: 917e6003cefdcd0262a9e1df4340564b24a779bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

$FreeBSD$

--- Makefile.in 2001/06/07 09:15:55 1.1
+++ Makefile.in 2001/06/07 09:15:12
@@ -28,11 +28,11 @@
 
 install: all
    @INSTALL@ -d @prefix@/bin
-   @INSTALL@ src/$(PROG) @prefix@/bin/
+   @INSTALL@ -s src/$(PROG) @prefix@/bin/
 
    @INSTALL@ -d @prefix@/lib/$(PROG)
    for i in build-modes/* ; do \
-       @INSTALL@ $$i @prefix@/lib/$(PROG)/ ; \
+       @INSTALL@ -s $$i @prefix@/lib/$(PROG)/ ; \
    done
 
    @INSTALL@ -d @prefix@/man/man1