blob: 555c85406d588e880c85bd73f1f3d69a5ae62e80 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
--- Makefile.orig 2009-07-20 19:35:23.000000000 +0200
+++ Makefile 2009-07-20 19:35:31.000000000 +0200
@@ -35,11 +35,11 @@
# Targets that do nothing other than descend.
all install install-strip uninstall clean TAGS info dvi check:
- $(DESCEND)
+ +$(DESCEND)
# Targets that do just a little more than this.
distclean mostlyclean:
- $(DESCEND)
+ +$(DESCEND)
rm -f $(DIST).tar $(DIST).tar.gz $(DIST).tgz
rm -f Makefile.inc src/config.h src/config.h.in~
rm -f config.status config.cache config.log
--- src/Makefile.orig 2009-07-20 19:34:45.000000000 +0200
+++ src/Makefile 2009-07-20 19:34:56.000000000 +0200
@@ -33,7 +33,7 @@
# All targets do nothing other than descend.
all install install-strip uninstall clean TAGS info dvi check:
- $(DESCEND)
+ +$(DESCEND)
distclean mostlyclean maintainer-clean:
- $(DESCEND)
+ +$(DESCEND)
--- src/cwlib/Makefile.orig 2009-09-08 14:07:37.000000000 +0200
+++ src/cwlib/Makefile 2009-09-08 14:10:05.000000000 +0200
@@ -65,7 +65,7 @@
rm -f signatures functions
# Build the unit test.
-cwlibtest: cwlibtest.o
+cwlibtest: cwlibtest.o libcw.a libcw.so.0.0.0
$(CC) -o cwlibtest cwlibtest.o -L. -lcw -lm
# Build the pkgconfig metadata file.
|