summaryrefslogtreecommitdiffstats
path: root/ds9/win/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/win/Makefile.in')
-rwxr-xr-xds9/win/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ds9/win/Makefile.in b/ds9/win/Makefile.in
index 82177a3..93c6986 100755
--- a/ds9/win/Makefile.in
+++ b/ds9/win/Makefile.in
@@ -192,7 +192,7 @@ $(APPDIR)/install.vbs: install.vbs
$(APPDIR)/tcc: $(prefix)/compilers/tcc-0.9.25-win32-bin.zip
$(RM) -rf $@
- cd $(bindir); unzip %?
+ cd $(APPDIR); unzip $?
chmod +x $@/tcc.exe
touch $@