From 45daef629d249b1b632efa9fe9e1167a8cc1a936 Mon Sep 17 00:00:00 2001 From: Stephen Fisher Date: Tue, 23 Dec 2014 17:55:48 -0700 Subject: Put a C comment in dummy.cpp so the user knows where dummy.cpp came from if it is ever created during the build process. Change-Id: Ib3131f63c965ae243f25f98f6209e049323d8360 Reviewed-on: https://code.wireshark.org/review/6030 Petri-Dish: Stephen Fisher Tested-by: Petri Dish Buildbot Reviewed-by: Stephen Fisher --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index ba3110f6d5..cdd0eced4e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -454,7 +454,7 @@ nodist_EXTRA_wireshark_cxx_SOURCES = dummy.cpp wireshark_cxx_SOURCES = dummy.cpp: - echo 'static void dummy();' > $@ + echo '/* File automatically generated by Makefile */\nstatic void dummy();' > $@ # Generate the dummy.cpp for above so that "make tags" will still work. # ("make clean" will remove it.) -- cgit v1.2.1