make implicit work

This commit is contained in:
Chris PeBenito 2005-10-25 03:20:16 +00:00
parent 2964dce11a
commit a662d2b7f9
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ tmp/%.mod.fc: $(M4SUPPORT) %.fc
%.pp: tmp/%.mod tmp/%.mod.fc
@echo "Creating $(NAME) $(@F) policy package"
$(QUIET) $(SEMOD_PKG) -o $@ -m tmp/%.mod -f tmp/%.mod.fc
$(QUIET) $(SEMOD_PKG) -o $@ -m $< -f $<.fc
########################################
#