aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-04-06 05:26:09 +0000
committerRoland McGrath <roland@gnu.org>2002-04-06 05:26:09 +0000
commitd83bd542138746107305c8e0c75b656dbfb9648d (patch)
treed322d36c2fe588267a2b07dda49874bcd1a56b46
parent5662eafe662a0ceb3c9f9476b9a83b9ecdbc4845 (diff)
downloadmig-d83bd542138746107305c8e0c75b656dbfb9648d.tar.gz
mig-d83bd542138746107305c8e0c75b656dbfb9648d.tar.bz2
mig-d83bd542138746107305c8e0c75b656dbfb9648d.zip
2002-04-05 Roland McGrath <roland@frob.com>
* Makefile.am (cpu.symc): Depend on gensym.awk. * Makefile.in: Regenerated.
-rw-r--r--Makefile.am1
-rw-r--r--Makefile.in11
2 files changed, 9 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index f9f07b4..e3f64bb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,5 +25,6 @@ SUFFIXES = .h .symo .symc .sym
.symo.h:
sed -e '/^[^*].*$$/d' -e 's/^[*]/#define/' -e 's/mAgIc[^-0-9]*//' \
$< > $@
+cpu.symc: $(srcdir)/gensym.awk
$(migcom_OBJECTS): cpu.h
diff --git a/Makefile.in b/Makefile.in
index f8d15cd..2af95f7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,6 +1,6 @@
-# Makefile.in generated automatically by automake 1.4 from Makefile.am
+# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
-# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -85,7 +85,11 @@ EXTRA_DIST = gensym.awk cpu.sym $(addprefix debian/, $(debian_files))
CLEANFILES = cpu.h *.sym[co]
-migcom_SOURCES = alloc.h boolean.h error.c error.h global.c global.h header.c lexxer.h lexxer.l message.h mig_string.h migcom.c parser.h parser.y routine.c routine.h server.c statement.c statement.h string.c type.c type.h user.c utils.c utils.h vprint.c write.h
+migcom_SOURCES = alloc.h boolean.h error.c error.h global.c global.h \
+ header.c lexxer.h lexxer.l message.h mig_string.h \
+ migcom.c parser.h parser.y routine.c routine.h \
+ server.c statement.c statement.h string.c \
+ type.c type.h user.c utils.c utils.h vprint.c write.h
migcom_LDADD = @ALLOCA@ @LEXLIB@
@@ -423,6 +427,7 @@ mostlyclean distclean maintainer-clean
.symo.h:
sed -e '/^[^*].*$$/d' -e 's/^[*]/#define/' -e 's/mAgIc[^-0-9]*//' \
$< > $@
+cpu.symc: $(srcdir)/gensym.awk
$(migcom_OBJECTS): cpu.h