aboutsummaryrefslogtreecommitdiffstats
path: root/image/Makefile.nmake
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2006-02-18 01:11:45 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2006-02-18 01:11:45 +0000
commitd8e9ca05311e5e4066759009373c213d9c3a141f (patch)
treeed9bdece51d7c59783112582030edfc2b1ef12bf /image/Makefile.nmake
parent6de7209d88215eef6e09ae5e1ad5deedf73cae9d (diff)
add a missing dependency to ethereal.rc
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17345 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'image/Makefile.nmake')
-rw-r--r--image/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/image/Makefile.nmake b/image/Makefile.nmake
index a765ef0b22..60b8d97f19 100644
--- a/image/Makefile.nmake
+++ b/image/Makefile.nmake
@@ -13,7 +13,7 @@ ethereal.exe.manifest: ethereal.exe.manifest.in ..\config.nmake
-e s/@VERSION_MICRO@/$(VERSION_MICRO)/ \
< ethereal.exe.manifest.in > $@
-ethereal.rc : ethereal.rc.in ethereal.exe.manifest ..\config.nmake
+ethereal.rc : win32-file-dlg.rc ethereal.rc.in ethereal.exe.manifest ..\config.nmake
sed -e s/@VERSION@/$(VERSION)/ \
-e s/@RC_VERSION@/$(RC_VERSION)/ \
< ethereal.rc.in > $@