chiark
/
gitweb
/
~mdw
/
mLib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
0c40407
)
Use `$(MAKE)' in the `install-man' rule, so that the jobserver doesn't
author
mdw
<mdw>
Thu, 25 Jan 2001 21:11:41 +0000
(21:11 +0000)
committer
mdw
<mdw>
Thu, 25 Jan 2001 21:11:41 +0000
(21:11 +0000)
whinge.
Makefile.am
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.am
b/Makefile.am
index 78aa826f995af364866c7322a46a99473b213ad7..e5f3753bdc9fb60529843fadeaf078a530414688 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-1,6
+1,6
@@
## -*-Makefile-*-
##
## -*-Makefile-*-
##
-## $Id: Makefile.am,v 1.
29 2001/01/21 19:05:2
1 mdw Exp $
+## $Id: Makefile.am,v 1.
30 2001/01/25 21:11:4
1 mdw Exp $
##
## Building the distribution
##
##
## Building the distribution
##
@@
-29,6
+29,10
@@
##----- Revision history ----------------------------------------------------
##
## $Log: Makefile.am,v $
##----- Revision history ----------------------------------------------------
##
## $Log: Makefile.am,v $
+## Revision 1.30 2001/01/25 21:11:41 mdw
+## Use `$(MAKE)' in the `install-man' rule, so that the jobserver doesn't
+## whinge.
+##
## Revision 1.29 2001/01/21 19:05:21 mdw
## Add test driver for associations.
##
## Revision 1.29 2001/01/21 19:05:21 mdw
## Add test driver for associations.
##
@@
-214,7
+218,7
@@
bres.lo: $(srcdir)/bres.c
## --- Other useful rules ---
install-man:
## --- Other useful rules ---
install-man:
- (cd man &&
make
install-man)
+ (cd man &&
$(MAKE)
install-man)
CLEANFILES = $(TEST_CLEAN) crc32-tab.c
DISTCLEANFILES = libtool
CLEANFILES = $(TEST_CLEAN) crc32-tab.c
DISTCLEANFILES = libtool