Rename PIDL Makefile

Otherwise it will get overwritten by the in-tree cmake build.

Issue reported by Rémy Léone.

Change-Id: I0d908973386bcb70585f5e32c36456230967bb7f
Reviewed-on: https://code.wireshark.org/review/16305
Petri-Dish: Michael Mann <mmann78@netscape.net>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
João Valverde 2016-07-05 15:30:38 +01:00 committed by Michael Mann
parent addf064a0f
commit 21f5c53ae7
3 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@ -114,7 +114,6 @@ tvbtest
wireshark
wmem_test
ylwrap
!/epan/dissectors/pidl/Makefile
# CMake #
##################

View File

@ -4,7 +4,7 @@ A note about PIDL generated files
Quick guide
===========
Run 'make all' inside the pidl folder to generate all the dissectors and place
Run 'make -f Makefile.pidl all' inside the pidl folder to generate all the dissectors and place
them in the epan/dissectors folder.
Complete infos