projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af0674c
)
add "includes" to the "all" target to ensure that headers get copied
author
Tom Yu
<tlyu@mit.edu>
Tue, 21 Jun 1994 05:23:46 +0000
(
05:23
+0000)
committer
Tom Yu
<tlyu@mit.edu>
Tue, 21 Jun 1994 05:23:46 +0000
(
05:23
+0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3882
dc483132
-0cff-0310-8789-
dd5450dbe970
src/util/et/ChangeLog
patch
|
blob
|
history
src/util/et/Makefile.in
patch
|
blob
|
history
diff --git
a/src/util/et/ChangeLog
b/src/util/et/ChangeLog
index ee1e97afa2642ac1b82e9e50ddbce162a6a553e2..518f8f5b89adc2e31d8bb9ed26af16b703dd90f7 100644
(file)
--- a/
src/util/et/ChangeLog
+++ b/
src/util/et/ChangeLog
@@
-1,5
+1,7
@@
Tue Jun 21 00:20:44 1994 Tom Yu (tlyu at dragons-lair)
+ * Makefile.in: add "includes" to "all" dependencies
+
* configure.in: should be CopySrcHeader
Mon Jun 20 21:59:37 1994 Tom Yu (tlyu at dragons-lair)
diff --git
a/src/util/et/Makefile.in
b/src/util/et/Makefile.in
index 3d183267fee7cb31a47840853463c7c2582db3c2..24b840ece889685fcf91c40b89184ab6aa9d04f9 100644
(file)
--- a/
src/util/et/Makefile.in
+++ b/
src/util/et/Makefile.in
@@
-49,7
+49,7
@@
error_table.o: et_lex.lex.c
# real entries...
#
-all:: compile_et
+all:: compile_et
includes
compile_et: compile_et.o error_table.o
$(CC) $(CFLAGS) -o $@ compile_et.o error_table.o $(LEXLIB) $(BSDLIB)