1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 00:04:12 +01:00

Fix make clean and distclean.

This commit is contained in:
Doug Kearns
2009-02-20 15:58:59 +11:00
parent 79e1a8d9e0
commit bbb22074a9

View File

@@ -81,11 +81,11 @@ $(RDF): $(RDF_IN) Makefile
< $< > $@
@echo "SUCCESS: $@"
clean: $(LOCALES:%=%.clean)
clean: ${LOCALEDIR}/$(LOCALES:%=%.clean)
@echo "General $(NAME) cleanup..."
rm -f $(JAR) $(XPI)
distclean: $(LOCALES:%=%.distclean) clean
distclean: ${LOCALEDIR}/$(LOCALES:%=%.distclean) clean
@echo "More $(NAME) cleanup..."
rm -rf $(BUILD_DIR)