projects
/
elisp
/
riece.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3a3f75
)
* Makefile.am (AUTOMAKE_OPTIONS): Add "no-dependencies".
author
ueno
<ueno>
Thu, 29 May 2003 20:16:21 +0000
(20:16 +0000)
committer
ueno
<ueno>
Thu, 29 May 2003 20:16:21 +0000
(20:16 +0000)
ChangeLog
patch
|
blob
|
history
Makefile.am
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
d3b0a30
..
0591df2
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,4
+1,8
@@
2003-05-29 Daiki Ueno <ueno@unixuser.org>
+ * Makefile.am (AUTOMAKE_OPTIONS): Add "no-dependencies".
+
+2003-05-29 Daiki Ueno <ueno@unixuser.org>
+
* Riece: Version 0.0.1 released.
diff --git
a/Makefile.am
b/Makefile.am
index
b00af1f
..
383d2e8
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-1,4
+1,5
@@
SUBDIRS = lisp dcc
+AUTOMAKE_OPTIONS = no-dependencies
install-package package:
list='$(SUBDIRS)'; for subdir in $$list; do \