aboutsummaryrefslogtreecommitdiffstats
path: root/image/Makefile.nmake
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2006-02-18 01:11:45 +0000
committerUlf Lamping <ulf.lamping@web.de>2006-02-18 01:11:45 +0000
commit97cb055286ea81c5ee3813bd700a1f00d19f34f0 (patch)
treeed9bdece51d7c59783112582030edfc2b1ef12bf /image/Makefile.nmake
parentc025657f97cbd7324c684b7466650f4c84b64626 (diff)
add a missing dependency to ethereal.rc
svn path=/trunk/; revision=17345
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 > $@