Skip to content

Commit

Permalink
make: $(RM) already has -f
Browse files Browse the repository at this point in the history
  • Loading branch information
stsp committed Nov 16, 2023
1 parent 5f64804 commit 8f9218f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fdpp/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -258,10 +258,10 @@ install: $(ALL)
$(INSTALL) -m 0644 $(EXT_H) $(DESTDIR)$(PREFIX)/include/fdpp

uninstall:
$(RM) -rf $(DESTDIR)$(LIBDIR)/fdpp
$(RM) -rf $(DESTDIR)$(DATADIR)/fdpp
$(RM) -rf $(DESTDIR)$(PKGCONFIGDIR)/fdpp.pc
$(RM) -rf $(DESTDIR)$(PREFIX)/include/fdpp
$(RM) -r $(DESTDIR)$(LIBDIR)/fdpp
$(RM) -r $(DESTDIR)$(DATADIR)/fdpp
$(RM) -r $(DESTDIR)$(PKGCONFIGDIR)/fdpp.pc
$(RM) -r $(DESTDIR)$(PREFIX)/include/fdpp

$(TGZ):
cd $(TOP) && git archive -o $(CURDIR)/$(TAR) --prefix=$(PKG)/ HEAD
Expand Down

0 comments on commit 8f9218f

Please sign in to comment.