aboutsummaryrefslogtreecommitdiffstats
path: root/mail/pine4/files/patch-pico_makefile.bsf
blob: e650ceb714d53de4b2716e580e5aa275b1e4eba8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- pico/makefile.bsf.orig  Tue Oct 23 15:18:36 2001
+++ pico/makefile.bsf   Tue Oct 11 15:52:20 2005
@@ -56,8 +56,8 @@
 #
 # dependencies for the Unix versions of pico and libpico.a
 #
-all:       pico pilot
-pico pilot:    libpico.a
+all:       pilot
+pilot: libpico.a
 
 pico:      main.o
        $(CC) $(CFLAGS) main.o libpico.a $(LIBS) -o pico