summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/json-export/Makefile')
-rw-r--r--src/json-export/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/json-export/Makefile b/src/json-export/Makefile
index 8654cc8..b60602b 100644
--- a/src/json-export/Makefile
+++ b/src/json-export/Makefile
@@ -63,7 +63,7 @@ $(STANDALONE): $(TMP_DIR) $(TARGET) $(JSON_SIMPLE_JAR) $(TONKADUR_CORE_JAR)
unzip -d $(TMP_DIR) -uo $(TARGET)
unzip -d $(TMP_DIR) -uo $(TONKADUR_CORE_JAR)
unzip -d $(TMP_DIR) -uo $(JSON_SIMPLE_JAR)
- $(JAR) -cvfm $@ $(MANIFEST) -C $(TMP_DIR) .
+ $(JAR) -cvfmn $@ $(MANIFEST) -C $(TMP_DIR) .
$(TARGET): $(JAVA_SOURCES) $(CLASSES) $(MANIFEST)
rm -f $(TARGET) $(INSTALL_DIR)/$@