summaryrefslogtreecommitdiff
path: root/net-misc/dcetest/files/dcetest-2.0-fix-build-system.patch
blob: af7736a31448e6d1033669c75a598a898ca1cac6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- a/Makefile
+++ b/Makefile
@@ -1,19 +1 @@
-.SUFFIXES: .a .o .c
-CC              =  gcc
-CFLAGS          =  -Wall -funsigned-char -c -fPIC -ggdb
-
-BINS = dcetest
-ALL = $(BINS)
-
-DCE_OBJS = dcetest.o tcpstuff.o
-
-dcetest: $(DCE_OBJS)
-	$(CC) -o dcetest $(DCE_OBJS)
-
-clean:
-	rm -f *~ *.bak
-	rm -f include/*~ include/*.bak
-	rm -f *.o
-	rm -f dcetest
-
-
+dcetest: tcpstuff.o