Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add RM_F makefile variable
This is required in order that `make realclean` can work correctly.
  • Loading branch information
Paul Cochrane committed Apr 23, 2015
1 parent fcc93a6 commit b9560e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/build/Makefile-common.in
Expand Up @@ -96,6 +96,7 @@ MKPATH = $(PERL) -MExtUtils::Command -e mkpath
CHMOD = $(PERL) -MExtUtils::Command -e chmod
CP = $(PERL) -MExtUtils::Command -e cp
RM_RF = $(PERL) -MExtUtils::Command -e rm_rf
RM_F = $(PERL) -MExtUtils::Command -e rm_f

PREFIX = @prefix@
BIN_DIR = $(PREFIX)/bin
Expand Down

0 comments on commit b9560e3

Please sign in to comment.