mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
Triggered by: kris wants to remove broken ports Approved by: maintainer timeout (he hasn't much time at the moment and I want to have bugs get reported just in time to have it fixed before 5.1)
21 lines
556 B
Text
21 lines
556 B
Text
--- anal/adsyn/makef.orig Tue Oct 8 15:49:08 2002
|
|
+++ anal/adsyn/makef Thu Apr 24 14:49:25 2003
|
|
@@ -6,7 +6,7 @@
|
|
|
|
OBJS = main.o $T/hetro.o $T/filopen.o $T/sfheader.o $T/soundin.o \
|
|
$T/ulaw.o $T/aiff.o $T/ieee80.o $T/memalloc.o $T/wave.o \
|
|
- $T/window.o $T/winFLTK.o $T/FL_graph.o $T/winEPS.o $T/aifc.o \
|
|
+ $T/window.o $T/winEPS.o $T/aifc.o \
|
|
$T/winascii.o $T/sdif.o $T/sdif-mem.o $T/getstring.o
|
|
|
|
adsyns: hetro
|
|
@@ -23,7 +23,7 @@
|
|
cc $(CFLAGS) -c main.c
|
|
|
|
clean:
|
|
- -rm -f hetro
|
|
+ -rm -f hetro *.o
|
|
|
|
rmbak:
|
|
- -rm *.bak *~
|
|
+ -rm -f *.bak *~
|