|
1 | 1 | #
|
2 | 2 | # PostgreSQL top level makefile
|
3 | 3 | #
|
4 |
| -# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.11 2000/08/31 16:08:58 petere Exp $ |
| 4 | +# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.12 2000/09/21 20:17:41 petere Exp $ |
5 | 5 | #
|
6 | 6 |
|
7 | 7 | subdir =
|
@@ -34,25 +34,6 @@ GNUmakefile: GNUmakefile.in $(top_builddir)/config.status
|
34 | 34 | CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
|
35 | 35 |
|
36 | 36 |
|
37 |
| -# These dependencies are risky because both the target and the sources |
38 |
| -# are in CVS and CVS doesn't preserve timestamps, thus leading to |
39 |
| -# unnecessary reruns of these rules. |
40 |
| - |
41 |
| -AUTOCONF = autoconf |
42 |
| - |
43 |
| -# Only use this rule if you actually said `make configure'. |
44 |
| -ifeq ($(MAKECMDGOALS),configure) |
45 |
| -$(top_srcdir)/configure: $(top_srcdir)/configure.in $(top_srcdir)/aclocal.m4 |
46 |
| -cd $(top_srcdir) && $(AUTOCONF) |
47 |
| -endif |
48 |
| - |
49 |
| -# This one we can leave unprotected because by default nothing depends |
50 |
| -# on aclocal.m4. This rule is only invoked if you say `make |
51 |
| -# aclocal.m4' or `make configure'. |
52 |
| -$(top_srcdir)/aclocal.m4: $(wildcard $(top_srcdir)/config/*.m4) |
53 |
| -cat $^ > $@ |
54 |
| - |
55 |
| - |
56 | 37 | ##########################################################################
|
57 | 38 |
|
58 | 39 | distdir:= postgresql-$(VERSION)
|
|