Make "register.c" depend on "$(srcdir)/make-reg-dotc", so that if the
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 4 Apr 2000 06:10:44 +0000 (06:10 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 4 Apr 2000 06:10:44 +0000 (06:10 +0000)
"make-reg-dotc" script is changed, "register.c" is remade (as the change
may change what it generates).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1787 f5534014-38df-0310-8fa8-9805f1628bb7

Makefile.am

index 99934a6a6dda47b4deba72e78390a347c32a2242..23417412fefd73162c1553241b336b5eb951675c 100644 (file)
@@ -1,7 +1,7 @@
 # Makefile.am
 # Automake file for Ethereal
 #
-# $Id: Makefile.am,v 1.176 2000/03/29 19:55:42 guy Exp $
+# $Id: Makefile.am,v 1.177 2000/04/04 06:10:44 guy Exp $
 #
 # Ethereal - Network traffic analyzer
 # By Gerald Combs <gerald@zing.org>
@@ -440,7 +440,7 @@ editcap_LDADD = wiretap/libwiretap.a @GLIB_LIBS@
 # The first argument is the directory in which the source files live.
 # All subsequent arguments are the files to scan.
 #
-register.c: packet.c $(DISSECTOR_SOURCES)
+register.c: packet.c $(DISSECTOR_SOURCES) $(srcdir)/make-reg-dotc
        @echo Making register.c
        @$(srcdir)/make-reg-dotc $(srcdir) packet.c $(DISSECTOR_SOURCES)