diff options
author | Jeff Morriss <jeff.morriss.ws@gmail.com> | 2013-10-27 01:11:15 +0000 |
---|---|---|
committer | Jeff Morriss <jeff.morriss.ws@gmail.com> | 2013-10-27 01:11:15 +0000 |
commit | 0690c4f4905a1d85aaaf3fb05656b36ef75d7861 (patch) | |
tree | e6d301361899087a5c796d6328306df4690a1647 /echld | |
parent | bb36a2508954ad6b579f52fe17661dacd90c05c1 (diff) | |
download | wireshark-0690c4f4905a1d85aaaf3fb05656b36ef75d7861.tar.gz wireshark-0690c4f4905a1d85aaaf3fb05656b36ef75d7861.tar.bz2 wireshark-0690c4f4905a1d85aaaf3fb05656b36ef75d7861.zip |
More SVN properties cleanup.
svn path=/trunk/; revision=52884
Diffstat (limited to 'echld')
-rw-r--r-- | echld/Makefile.am | 2 | ||||
-rw-r--r-- | echld/Makefile.common | 2 | ||||
-rw-r--r-- | echld/Makefile.nmake | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/echld/Makefile.am b/echld/Makefile.am index 12e91f7eb0..11e90dc565 100644 --- a/echld/Makefile.am +++ b/echld/Makefile.am @@ -1,6 +1,6 @@ # Makefile.am # -# $Id: Makefile.am 48716 2013-04-03 07:38:44Z guy $ +# $Id$ # # Wireshark - Network traffic analyzer # By Gerald Combs <gerald@wireshark.org> diff --git a/echld/Makefile.common b/echld/Makefile.common index bc4b709142..bcba50a851 100644 --- a/echld/Makefile.common +++ b/echld/Makefile.common @@ -3,7 +3,7 @@ # a) common to both files and # b) portable between both files # -# $Id: Makefile.common 47104 2013-01-15 21:54:41Z guy $ +# $Id$ # # Wireshark - Network traffic analyzer # By Gerald Combs <gerald@wireshark.org> diff --git a/echld/Makefile.nmake b/echld/Makefile.nmake index 15798f9d9b..bfa73d4230 100644 --- a/echld/Makefile.nmake +++ b/echld/Makefile.nmake @@ -1,7 +1,7 @@ ## Makefile for building wireshark.exe with Microsoft C and nmake ## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake # -# $Id: Makefile.nmake 47938 2013-02-28 14:09:46Z rbalint $ +# $Id$ include ..\config.nmake include <win32.mak> |