summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/configure b/tools/configure
index ea88c782b6..0a8b96dc75 100755
--- a/tools/configure
+++ b/tools/configure
@@ -86,7 +86,7 @@ tags:
86 make -C \$(SIMDIR) DISPLAY=\$(DISPLAY) KEYPAD=\$(KEYPAD) OBJDIR=\$(THISDIR) tags 86 make -C \$(SIMDIR) DISPLAY=\$(DISPLAY) KEYPAD=\$(KEYPAD) OBJDIR=\$(THISDIR) tags
87 87
88zip: 88zip:
89 \$(TOOLSDIR)/buildzip.pl sim\$(TARGET) 89 \$(TOOLSDIR)/buildzip.pl -r "\$(ROOTDIR)" sim\$(TARGET)
90 90
91install: 91install:
92 @echo "installing a full setup in your archos dir" 92 @echo "installing a full setup in your archos dir"
@@ -423,7 +423,7 @@ tags:
423 \$(MAKE) tags-firmware tags-apps 423 \$(MAKE) tags-firmware tags-apps
424 424
425zip: 425zip:
426 \$(TOOLSDIR)/buildzip.pl \$(TARGET) 426 \$(TOOLSDIR)/buildzip.pl -r "\$(ROOTDIR)" \$(TARGET)
427EOF 427EOF
428 428
429echo "Created Makefile" 429echo "Created Makefile"