aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.nmake
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-10-11 14:39:14 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-10-11 14:39:14 +0000
commite6486705f733814481f57b0886b44ecf9d243da1 (patch)
tree351b865b333829f42d8f48c791952c338b9935da /epan/Makefile.nmake
parent782138e1aaa6fcba6bba7db72dfc7590fabbf318 (diff)
Move make-sminmpec.pl to tools directory
svn path=/trunk/; revision=30511
Diffstat (limited to 'epan/Makefile.nmake')
-rw-r--r--epan/Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/Makefile.nmake b/epan/Makefile.nmake
index 7c677ffcf4..59ddc3a731 100644
--- a/epan/Makefile.nmake
+++ b/epan/Makefile.nmake
@@ -288,8 +288,8 @@ inet_pton.c: ..\inet_pton.c
set copycmd=/y
xcopy ..\inet_pton.c . /d
-sminmpec.c: enterprise-numbers make-sminmpec.pl
- $(PERL) make-sminmpec.pl enterprise-numbers sminmpec.c
+sminmpec.c: enterprise-numbers ..\tools\make-sminmpec.pl
+ $(PERL) ../tools/make-sminmpec.pl enterprise-numbers sminmpec.c
RUNLEX=..\tools\runlex.sh