1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-10 07:44:15 +01:00

*** empty log message ***

This commit is contained in:
Martin Stubenschrott
2007-04-29 18:50:56 +00:00
parent 9e95550027
commit cf190c23cc

View File

@@ -92,11 +92,12 @@ clean:
@echo "Cleanup..."
${Q}rm -f ${JAR} ${XPI}
${Q}find . -name '*~' -exec rm -f {} \;
${Q}rm -rf ${BUILD_DIR}
#### xpi
${BUILD_XPI_SUBDIRS}:
@mkdir -p $@
${Q}mkdir -p $@
${XPI}: ${BUILD_XPI_SUBDIRS} ${XPI_FILES}
@echo "Building XPI..."
@@ -117,7 +118,7 @@ ${XPI}: ${BUILD_XPI_SUBDIRS} ${XPI_FILES}
#### jar
${BUILD_JAR_SUBDIRS}:
@mkdir -p $@
${Q}mkdir -p $@
${JAR}: ${BUILD_JAR_SUBDIRS} ${JAR_FILES}
@echo "Building JAR..."